Html Css Color HEX #AD12E9 Electric Purple

📋 copy color: '#AD12E9'

red 173 ◦ green 18 ◦ blue 233

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

Shades of Electric Purple #AD12E9

Tints of Electric Purple #AD12E9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.25%

 BLUE value IS 233 (91.41% from 255) = 54.95%

R = 40.8%
G = 4.25%
B = 54.95%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD12E9 (or 0xAD12E9) is known color: Electric Purple. HEX triplet: AD, 12 and E9. RGB value is (173,18,233). Sum of RGB (Red+Green+Blue) = 173+18+233=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD12E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD12E9 is #52ED16. Grayscale: #585858. Windows color (decimal): -5434647 or 15274669. OLE color: 15274669.

HSL color Cylindrical-coordinate representation of color #AD12E9: hue angle of 283.26º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD12E9 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 18 233 -
CMYK 0.26 0.92 0 0.09
HSL 283.26º 0.86% 0.49% -
HSV(B) 283.26º 0.92% 0.91% -
XYZ 32.16 15.2 78.33 -
YUV 88.86 209.35 188.02 -
System Red Green Blue C M Y K H S L
Decimal 173 18 233 0.26 0.92 0 0.09 283.26 0.86 0.49
Hex AD 12 E9 1A 5C 0 9 11B 56 31
Octal 255 22 351 32 134 0 11 433 126 61
Binary 10101101 10010 11101001 11010 1011100 0 1001 100011011 1010110 110001

Color Harmonies of #AD12E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12E9

Black with #AD12E9

Text Example


Text Example

White with #AD12E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12E9; }

 p { color: rgb(173,18,233); }

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

background-color css

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

 a { background-color: rgb(173,18,233); }

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

border-color css

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

 span { border-color: rgb(173,18,233); }

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