Html Css Color HEX #AB0BEC Electric Purple

📋 copy color: '#AB0BEC'

red 171 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #AB0BEC

Tints of Electric Purple #AB0BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.63%

 BLUE value IS 236 (92.58% from 255) = 56.46%

R = 40.91%
G = 2.63%
B = 56.46%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB0BEC (or 0xAB0BEC) is known color: Electric Purple. HEX triplet: AB, 0B and EC. RGB value is (171,11,236). Sum of RGB (Red+Green+Blue) = 171+11+236=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB0BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0BEC is #54F413. Grayscale: #535353. Windows color (decimal): -5567508 or 15469483. OLE color: 15469483.

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

Color convert

RGB 171 11 236 -
CMYK 0.28 0.95 0 0.07
HSL 282.67º 0.91% 0.48% -
HSV(B) 282.67º 0.95% 0.93% -
XYZ 32.05 14.95 80.55 -
YUV 84.49 213.51 189.7 -
System Red Green Blue C M Y K H S L
Decimal 171 11 236 0.28 0.95 0 0.07 282.67 0.91 0.48
Hex AB B EC 1C 5F 0 7 11B 5B 30
Octal 253 13 354 34 137 0 7 433 133 60
Binary 10101011 1011 11101100 11100 1011111 0 111 100011011 1011011 110000

Color Harmonies of #AB0BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BEC

Black with #AB0BEC

Text Example


Text Example

White with #AB0BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BEC; }

 p { color: rgb(171,11,236); }

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

background-color css

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

 a { background-color: rgb(171,11,236); }

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

border-color css

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

 span { border-color: rgb(171,11,236); }

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