Html Css Color HEX #AB08EA Electric Purple

📋 copy color: '#AB08EA'

red 171 ◦ green 8 ◦ blue 234

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

Shades of Electric Purple #AB08EA

Tints of Electric Purple #AB08EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.66%

R = 41.4%
G = 1.94%
B = 56.66%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB08EA (or 0xAB08EA) is known color: Electric Purple. HEX triplet: AB, 08 and EA. RGB value is (171,8,234). Sum of RGB (Red+Green+Blue) = 171+8+234=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB08EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB08EA is #54F715. Grayscale: #515151. Windows color (decimal): -5568278 or 15337643. OLE color: 15337643.

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

Color convert

RGB 171 8 234 -
CMYK 0.27 0.97 0 0.08
HSL 283.27º 0.93% 0.47% -
HSV(B) 283.27º 0.97% 0.92% -
XYZ 31.73 14.77 79.02 -
YUV 82.5 213.5 191.12 -
System Red Green Blue C M Y K H S L
Decimal 171 8 234 0.27 0.97 0 0.08 283.27 0.93 0.47
Hex AB 8 EA 1B 61 0 8 11B 5D 2F
Octal 253 10 352 33 141 0 10 433 135 57
Binary 10101011 1000 11101010 11011 1100001 0 1000 100011011 1011101 101111

Color Harmonies of #AB08EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB08EA

Black with #AB08EA

Text Example


Text Example

White with #AB08EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB08EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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