Html Css Color HEX #AB02F0 Electric Purple

📋 copy color: '#AB02F0'

red 171 ◦ green 2 ◦ blue 240

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

Shades of Electric Purple #AB02F0

Tints of Electric Purple #AB02F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 58.11%

R = 41.4%
G = 0.48%
B = 58.11%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB02F0 (or 0xAB02F0) is known color: Electric Purple. HEX triplet: AB, 02 and F0. RGB value is (171,2,240). Sum of RGB (Red+Green+Blue) = 171+2+240=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB02F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB02F0 is #54FD0F. Grayscale: #4E4E4E. Windows color (decimal): -5569808 or 15729323. OLE color: 15729323.

HSL color Cylindrical-coordinate representation of color #AB02F0: hue angle of 282.61º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02F0 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 2 240 -
CMYK 0.29 0.99 0 0.06
HSL 282.61º 0.98% 0.47% -
HSV(B) 282.61º 0.99% 0.94% -
XYZ 32.54 14.99 83.62 -
YUV 79.66 218.49 193.15 -
System Red Green Blue C M Y K H S L
Decimal 171 2 240 0.29 0.99 0 0.06 282.61 0.98 0.47
Hex AB 2 F0 1D 63 0 6 11B 62 2F
Octal 253 2 360 35 143 0 6 433 142 57
Binary 10101011 10 11110000 11101 1100011 0 110 100011011 1100010 101111

Color Harmonies of #AB02F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02F0

Black with #AB02F0

Text Example


Text Example

White with #AB02F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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