Html Css Color HEX #AB02EB Electric Purple

📋 copy color: '#AB02EB'

red 171 ◦ green 2 ◦ blue 235

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

Shades of Electric Purple #AB02EB

Tints of Electric Purple #AB02EB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 41.91%
G = 0.49%
B = 57.6%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB02EB (or 0xAB02EB) is known color: Electric Purple. HEX triplet: AB, 02 and EB. RGB value is (171,2,235). Sum of RGB (Red+Green+Blue) = 171+2+235=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB02EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB02EB is #54FD14. Grayscale: #4E4E4E. Windows color (decimal): -5569813 or 15401643. OLE color: 15401643.

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

Color convert

RGB 171 2 235 -
CMYK 0.27 0.99 0 0.08
HSL 283.52º 0.98% 0.46% -
HSV(B) 283.52º 0.99% 0.92% -
XYZ 31.81 14.7 79.76 -
YUV 79.09 215.99 193.55 -
System Red Green Blue C M Y K H S L
Decimal 171 2 235 0.27 0.99 0 0.08 283.52 0.98 0.46
Hex AB 2 EB 1B 63 0 8 11C 62 2E
Octal 253 2 353 33 143 0 10 434 142 56
Binary 10101011 10 11101011 11011 1100011 0 1000 100011100 1100010 101110

Color Harmonies of #AB02EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02EB

Black with #AB02EB

Text Example


Text Example

White with #AB02EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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