Html Css Color HEX #AB02FC Electric Purple

📋 copy color: '#AB02FC'

red 171 ◦ green 2 ◦ blue 252

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

Shades of Electric Purple #AB02FC

Tints of Electric Purple #AB02FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 40.24%
G = 0.47%
B = 59.29%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB02FC (or 0xAB02FC) is known color: Electric Purple. HEX triplet: AB, 02 and FC. RGB value is (171,2,252). Sum of RGB (Red+Green+Blue) = 171+2+252=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB02FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB02FC is #54FD03. Grayscale: #505050. Windows color (decimal): -5569796 or 16515755. OLE color: 16515755.

HSL color Cylindrical-coordinate representation of color #AB02FC: hue angle of 280.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02FC is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 2 252 -
CMYK 0.32 0.99 0 0.01
HSL 280.56º 0.98% 0.5% -
HSV(B) 280.56º 0.99% 0.99% -
XYZ 34.39 15.73 93.32 -
YUV 81.03 224.49 192.17 -
System Red Green Blue C M Y K H S L
Decimal 171 2 252 0.32 0.99 0 0.01 280.56 0.98 0.5
Hex AB 2 FC 20 63 0 1 119 62 32
Octal 253 2 374 40 143 0 1 431 142 62
Binary 10101011 10 11111100 100000 1100011 0 1 100011001 1100010 110010

Color Harmonies of #AB02FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02FC

Black with #AB02FC

Text Example


Text Example

White with #AB02FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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