Html Css Color HEX #AB06FE Electric Purple

📋 copy color: '#AB06FE'

red 171 ◦ green 6 ◦ blue 254

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

Shades of Electric Purple #AB06FE

Tints of Electric Purple #AB06FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

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

R = 39.68%
G = 1.39%
B = 58.93%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB06FE (or 0xAB06FE) is known color: Electric Purple. HEX triplet: AB, 06 and FE. RGB value is (171,6,254). Sum of RGB (Red+Green+Blue) = 171+6+254=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB06FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB06FE is #54F901. Grayscale: #525252. Windows color (decimal): -5568770 or 16647851. OLE color: 16647851.

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

Color convert

RGB 171 6 254 -
CMYK 0.33 0.98 0 0.00
HSL 279.92º 0.99% 0.51% -
HSV(B) 279.92º 0.98% 1% -
XYZ 34.75 15.94 95.01 -
YUV 83.61 224.16 190.33 -
System Red Green Blue C M Y K H S L
Decimal 171 6 254 0.33 0.98 0 0.00 279.92 0.99 0.51
Hex AB 6 FE 21 62 0 0 118 63 33
Octal 253 6 376 41 142 0 0 430 143 63
Binary 10101011 110 11111110 100001 1100010 0 0 100011000 1100011 110011

Color Harmonies of #AB06FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06FE

Black with #AB06FE

Text Example


Text Example

White with #AB06FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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