Html Css Color HEX #AB12FF Electric Purple

📋 copy color: '#AB12FF'

red 171 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #AB12FF

Tints of Electric Purple #AB12FF

RGB

 RED value IS 171 (67.19% from 255) = 38.51%

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

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

R = 38.51%
G = 4.05%
B = 57.43%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB12FF (or 0xAB12FF) is known color: Electric Purple. HEX triplet: AB, 12 and FF. RGB value is (171,18,255). Sum of RGB (Red+Green+Blue) = 171+18+255=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB12FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12FF is #54ED00. Grayscale: #595959. Windows color (decimal): -5565697 or 16716459. OLE color: 16716459.

HSL color Cylindrical-coordinate representation of color #AB12FF: hue angle of 278.73º 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 #AB12FF is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 18 255 -
CMYK 0.33 0.93 0 0
HSL 278.73º 1% 0.54% -
HSV(B) 278.73º 0.93% 1% -
XYZ 35.06 16.31 95.91 -
YUV 90.77 220.69 185.23 -
System Red Green Blue C M Y K H S L
Decimal 171 18 255 0.33 0.93 0 0 278.73 1 0.54
Hex AB 12 FF 21 5D 0 0 117 64 36
Octal 253 22 377 41 135 0 0 427 144 66
Binary 10101011 10010 11111111 100001 1011101 0 0 100010111 1100100 110110

Color Harmonies of #AB12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12FF

Black with #AB12FF

Text Example


Text Example

White with #AB12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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