Html Css Color HEX #AD0AEC Electric Purple

📋 copy color: '#AD0AEC'

red 173 ◦ green 10 ◦ blue 236

#AD0AEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #AD0AEC

Tints of Electric Purple #AD0AEC

RGB

 RED value IS 173 (67.97% from 255) = 41.29%

 GREEN value IS 10 (4.3% from 255) = 2.39%

 BLUE value IS 236 (92.58% from 255) = 56.32%

R = 41.29%
G = 2.39%
B = 56.32%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD0AEC (or 0xAD0AEC) is known color: Electric Purple. HEX triplet: AD, 0A and EC. RGB value is (173,10,236). Sum of RGB (Red+Green+Blue) = 173+10+236=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD0AEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0AEC is #52F513. Grayscale: #535353. Windows color (decimal): -5436692 or 15469229. OLE color: 15469229.

HSL color Cylindrical-coordinate representation of color #AD0AEC: hue angle of 283.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0AEC is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 10 236 -
CMYK 0.27 0.96 0 0.07
HSL 283.27º 0.92% 0.48% -
HSV(B) 283.27º 0.96% 0.93% -
XYZ 32.48 15.16 80.57 -
YUV 84.5 213.5 191.12 -
System Red Green Blue C M Y K H S L
Decimal 173 10 236 0.27 0.96 0 0.07 283.27 0.92 0.48
Hex AD A EC 1B 60 0 7 11B 5C 30
Octal 255 12 354 33 140 0 7 433 134 60
Binary 10101101 1010 11101100 11011 1100000 0 111 100011011 1011100 110000

Color Harmonies of #AD0AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0AEC

Black with #AD0AEC

Text Example


Text Example

White with #AD0AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0AEC; }

 p { color: rgb(173,10,236); }

 H1.HeaderClassName
 {
   color: #AD0AEC;
 }
 .AnyTagClassName
 {
   color: #AD0AEC;
 }
</style>

background-color css

<style>
 a { background-color: #AD0AEC; }

 a { background-color: rgb(173,10,236); }

 div.DivClassName
 {
   background-color: #AD0AEC;
 }
 .BgClassName
 {
   background-color: #AD0AEC;
 }
</style>

border-color css

<style>
 span { border-color: #AD0AEC; }

 span { border-color: rgb(173,10,236); }

 td.TdClassName
 {
   border-color: #AD0AEC;
 }
 .TagClassName
 {
   border-color: #AD0AEC;
 }
</style>