Html Css Color HEX #AB0CE9 Electric Purple

📋 copy color: '#AB0CE9'

red 171 ◦ green 12 ◦ blue 233

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

Shades of Electric Purple #AB0CE9

Tints of Electric Purple #AB0CE9

RGB

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

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

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

R = 41.11%
G = 2.88%
B = 56.01%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB0CE9 (or 0xAB0CE9) is known color: Electric Purple. HEX triplet: AB, 0C and E9. RGB value is (171,12,233). Sum of RGB (Red+Green+Blue) = 171+12+233=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 233 (91.41% from 255 or 56.01% from 416); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB0CE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0CE9 is #54F316. Grayscale: #545454. Windows color (decimal): -5567255 or 15273131. OLE color: 15273131.

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

Color convert

RGB 171 12 233 -
CMYK 0.27 0.95 0 0.09
HSL 283.17º 0.9% 0.48% -
HSV(B) 283.17º 0.95% 0.91% -
XYZ 31.63 14.8 78.28 -
YUV 84.74 211.68 189.53 -
System Red Green Blue C M Y K H S L
Decimal 171 12 233 0.27 0.95 0 0.09 283.17 0.9 0.48
Hex AB C E9 1B 5F 0 9 11B 5A 30
Octal 253 14 351 33 137 0 11 433 132 60
Binary 10101011 1100 11101001 11011 1011111 0 1001 100011011 1011010 110000

Color Harmonies of #AB0CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CE9

Black with #AB0CE9

Text Example


Text Example

White with #AB0CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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