Html Css Color HEX #AB14EB Electric Purple

📋 copy color: '#AB14EB'

red 171 ◦ green 20 ◦ blue 235

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

Shades of Electric Purple #AB14EB

Tints of Electric Purple #AB14EB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.69%

 BLUE value IS 235 (92.19% from 255) = 55.16%

R = 40.14%
G = 4.69%
B = 55.16%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB14EB (or 0xAB14EB) is known color: Electric Purple. HEX triplet: AB, 14 and EB. RGB value is (171,20,235). Sum of RGB (Red+Green+Blue) = 171+20+235=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB14EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB14EB is #54EB14. Grayscale: #585858. Windows color (decimal): -5565205 or 15406251. OLE color: 15406251.

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

Color convert

RGB 171 20 235 -
CMYK 0.27 0.91 0 0.08
HSL 282.14º 0.84% 0.5% -
HSV(B) 282.14º 0.91% 0.92% -
XYZ 32.04 15.16 79.83 -
YUV 89.66 210.03 186.02 -
System Red Green Blue C M Y K H S L
Decimal 171 20 235 0.27 0.91 0 0.08 282.14 0.84 0.5
Hex AB 14 EB 1B 5B 0 8 11A 54 32
Octal 253 24 353 33 133 0 10 432 124 62
Binary 10101011 10100 11101011 11011 1011011 0 1000 100011010 1010100 110010

Color Harmonies of #AB14EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14EB

Black with #AB14EB

Text Example


Text Example

White with #AB14EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14EB; }

 p { color: rgb(171,20,235); }

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

background-color css

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

 a { background-color: rgb(171,20,235); }

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

border-color css

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

 span { border-color: rgb(171,20,235); }

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