Html Css Color HEX #AB0CEA Electric Purple

📋 copy color: '#AB0CEA'

red 171 ◦ green 12 ◦ blue 234

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

Shades of Electric Purple #AB0CEA

Tints of Electric Purple #AB0CEA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.88%

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

R = 41.01%
G = 2.88%
B = 56.12%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB0CEA (or 0xAB0CEA) is known color: Electric Purple. HEX triplet: AB, 0C and EA. RGB value is (171,12,234). Sum of RGB (Red+Green+Blue) = 171+12+234=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 12 (5.08% from 255 or 2.88% 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 #AB0CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0CEA is #54F315. Grayscale: #545454. Windows color (decimal): -5567254 or 15338667. OLE color: 15338667.

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

Color convert

RGB 171 12 234 -
CMYK 0.27 0.95 0 0.08
HSL 282.97º 0.9% 0.48% -
HSV(B) 282.97º 0.95% 0.92% -
XYZ 31.78 14.86 79.04 -
YUV 84.85 212.18 189.45 -
System Red Green Blue C M Y K H S L
Decimal 171 12 234 0.27 0.95 0 0.08 282.97 0.9 0.48
Hex AB C EA 1B 5F 0 8 11B 5A 30
Octal 253 14 352 33 137 0 10 433 132 60
Binary 10101011 1100 11101010 11011 1011111 0 1000 100011011 1011010 110000

Color Harmonies of #AB0CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CEA

Black with #AB0CEA

Text Example


Text Example

White with #AB0CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CEA; }

 p { color: rgb(171,12,234); }

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

background-color css

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

 a { background-color: rgb(171,12,234); }

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

border-color css

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

 span { border-color: rgb(171,12,234); }

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