Html Css Color HEX #AB0AFE Electric Purple

📋 copy color: '#AB0AFE'

red 171 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #AB0AFE

Tints of Electric Purple #AB0AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.3%

 BLUE value IS 254 (99.61% from 255) = 58.39%

R = 39.31%
G = 2.3%
B = 58.39%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB0AFE (or 0xAB0AFE) is known color: Electric Purple. HEX triplet: AB, 0A and FE. RGB value is (171,10,254). Sum of RGB (Red+Green+Blue) = 171+10+254=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB0AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0AFE is #54F501. Grayscale: #555555. Windows color (decimal): -5567746 or 16648875. OLE color: 16648875.

HSL color Cylindrical-coordinate representation of color #AB0AFE: hue angle of 279.59º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0AFE is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 10 254 -
CMYK 0.33 0.96 0 0.00
HSL 279.59º 0.99% 0.52% -
HSV(B) 279.59º 0.96% 1% -
XYZ 34.79 16.03 95.03 -
YUV 85.96 222.84 188.66 -
System Red Green Blue C M Y K H S L
Decimal 171 10 254 0.33 0.96 0 0.00 279.59 0.99 0.52
Hex AB A FE 21 60 0 0 118 63 34
Octal 253 12 376 41 140 0 0 430 143 64
Binary 10101011 1010 11111110 100001 1100000 0 0 100011000 1100011 110100

Color Harmonies of #AB0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0AFE

Black with #AB0AFE

Text Example


Text Example

White with #AB0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0AFE; }

 p { color: rgb(171,10,254); }

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

background-color css

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

 a { background-color: rgb(171,10,254); }

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

border-color css

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

 span { border-color: rgb(171,10,254); }

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