Html Css Color HEX #AB05FE Electric Purple

📋 copy color: '#AB05FE'

red 171 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #AB05FE

Tints of Electric Purple #AB05FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.16%

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

R = 39.77%
G = 1.16%
B = 59.07%

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

#AB05FE (or 0xAB05FE) is known color: Electric Purple. HEX triplet: AB, 05 and FE. RGB value is (171,5,254). Sum of RGB (Red+Green+Blue) = 171+5+254=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB05FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB05FE is #54FA01. Grayscale: #525252. Windows color (decimal): -5569026 or 16647595. OLE color: 16647595.

HSL color Cylindrical-coordinate representation of color #AB05FE: hue angle of 280º 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 #AB05FE is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 5 254 -
CMYK 0.33 0.98 0 0.00
HSL 280º 0.99% 0.51% -
HSV(B) 280º 0.98% 1% -
XYZ 34.74 15.92 95.01 -
YUV 83.02 224.5 190.75 -
System Red Green Blue C M Y K H S L
Decimal 171 5 254 0.33 0.98 0 0.00 280 0.99 0.51
Hex AB 5 FE 21 62 0 0 118 63 33
Octal 253 5 376 41 142 0 0 430 143 63
Binary 10101011 101 11111110 100001 1100010 0 0 100011000 1100011 110011

Color Harmonies of #AB05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB05FE

Black with #AB05FE

Text Example


Text Example

White with #AB05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB05FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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