Html Css Color HEX #AD12FF Electric Purple

📋 copy color: '#AD12FF'

red 173 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #AD12FF

Tints of Electric Purple #AD12FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.17%

R = 38.79%
G = 4.04%
B = 57.17%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD12FF (or 0xAD12FF) is known color: Electric Purple. HEX triplet: AD, 12 and FF. RGB value is (173,18,255). Sum of RGB (Red+Green+Blue) = 173+18+255=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD12FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD12FF is #52ED00. Grayscale: #5A5A5A. Windows color (decimal): -5434625 or 16716461. OLE color: 16716461.

HSL color Cylindrical-coordinate representation of color #AD12FF: hue angle of 279.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD12FF is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 18 255 -
CMYK 0.32 0.93 0 0
HSL 279.24º 1% 0.54% -
HSV(B) 279.24º 0.93% 1% -
XYZ 35.5 16.54 95.93 -
YUV 91.36 220.35 186.23 -
System Red Green Blue C M Y K H S L
Decimal 173 18 255 0.32 0.93 0 0 279.24 1 0.54
Hex AD 12 FF 20 5D 0 0 117 64 36
Octal 255 22 377 40 135 0 0 427 144 66
Binary 10101101 10010 11111111 100000 1011101 0 0 100010111 1100100 110110

Color Harmonies of #AD12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12FF

Black with #AD12FF

Text Example


Text Example

White with #AD12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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