Html Css Color HEX #AB02FB Electric Purple

📋 copy color: '#AB02FB'

red 171 ◦ green 2 ◦ blue 251

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

Shades of Electric Purple #AB02FB

Tints of Electric Purple #AB02FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.2%

R = 40.33%
G = 0.47%
B = 59.2%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB02FB (or 0xAB02FB) is known color: Electric Purple. HEX triplet: AB, 02 and FB. RGB value is (171,2,251). Sum of RGB (Red+Green+Blue) = 171+2+251=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB02FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB02FB is #54FD04. Grayscale: #505050. Windows color (decimal): -5569797 or 16450219. OLE color: 16450219.

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

Color convert

RGB 171 2 251 -
CMYK 0.32 0.99 0 0.02
HSL 280.72º 0.98% 0.5% -
HSV(B) 280.72º 0.99% 0.98% -
XYZ 34.23 15.67 92.49 -
YUV 80.92 223.99 192.25 -
System Red Green Blue C M Y K H S L
Decimal 171 2 251 0.32 0.99 0 0.02 280.72 0.98 0.5
Hex AB 2 FB 20 63 0 2 119 62 32
Octal 253 2 373 40 143 0 2 431 142 62
Binary 10101011 10 11111011 100000 1100011 0 10 100011001 1100010 110010

Color Harmonies of #AB02FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02FB

Black with #AB02FB

Text Example


Text Example

White with #AB02FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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