Html Css Color HEX #AB08FA Electric Purple

📋 copy color: '#AB08FA'

red 171 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #AB08FA

Tints of Electric Purple #AB08FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.86%

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 39.86%
G = 1.86%
B = 58.28%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB08FA (or 0xAB08FA) is known color: Electric Purple. HEX triplet: AB, 08 and FA. RGB value is (171,8,250). Sum of RGB (Red+Green+Blue) = 171+8+250=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB08FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB08FA is #54F705. Grayscale: #535353. Windows color (decimal): -5568262 or 16386219. OLE color: 16386219.

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

Color convert

RGB 171 8 250 -
CMYK 0.32 0.97 0 0.02
HSL 280.41º 0.96% 0.51% -
HSV(B) 280.41º 0.97% 0.98% -
XYZ 34.14 15.73 91.68 -
YUV 84.33 221.5 189.82 -
System Red Green Blue C M Y K H S L
Decimal 171 8 250 0.32 0.97 0 0.02 280.41 0.96 0.51
Hex AB 8 FA 20 61 0 2 118 60 33
Octal 253 10 372 40 141 0 2 430 140 63
Binary 10101011 1000 11111010 100000 1100001 0 10 100011000 1100000 110011

Color Harmonies of #AB08FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB08FA

Black with #AB08FA

Text Example


Text Example

White with #AB08FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB08FA; }

 p { color: rgb(171,8,250); }

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

background-color css

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

 a { background-color: rgb(171,8,250); }

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

border-color css

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

 span { border-color: rgb(171,8,250); }

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