Html Css Color HEX #AD0AEA Electric Purple

📋 copy color: '#AD0AEA'

red 173 ◦ green 10 ◦ blue 234

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

Shades of Electric Purple #AD0AEA

Tints of Electric Purple #AD0AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 41.49%
G = 2.4%
B = 56.12%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD0AEA (or 0xAD0AEA) is known color: Electric Purple. HEX triplet: AD, 0A and EA. RGB value is (173,10,234). Sum of RGB (Red+Green+Blue) = 173+10+234=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD0AEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0AEA is #52F515. Grayscale: #535353. Windows color (decimal): -5436694 or 15338157. OLE color: 15338157.

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

Color convert

RGB 173 10 234 -
CMYK 0.26 0.96 0 0.08
HSL 283.66º 0.92% 0.48% -
HSV(B) 283.66º 0.96% 0.92% -
XYZ 32.19 15.04 79.05 -
YUV 84.27 212.5 191.29 -
System Red Green Blue C M Y K H S L
Decimal 173 10 234 0.26 0.96 0 0.08 283.66 0.92 0.48
Hex AD A EA 1A 60 0 8 11C 5C 30
Octal 255 12 352 32 140 0 10 434 134 60
Binary 10101101 1010 11101010 11010 1100000 0 1000 100011100 1011100 110000

Color Harmonies of #AD0AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0AEA

Black with #AD0AEA

Text Example


Text Example

White with #AD0AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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