Html Css Color HEX #AB05FA Electric Purple

📋 copy color: '#AB05FA'

red 171 ◦ green 5 ◦ blue 250

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

Shades of Electric Purple #AB05FA

Tints of Electric Purple #AB05FA

RGB

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

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

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

R = 40.14%
G = 1.17%
B = 58.69%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB05FA (or 0xAB05FA) is known color: Electric Purple. HEX triplet: AB, 05 and FA. RGB value is (171,5,250). Sum of RGB (Red+Green+Blue) = 171+5+250=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB05FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB05FA is #54FA05. Grayscale: #515151. Windows color (decimal): -5569030 or 16385451. OLE color: 16385451.

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

Color convert

RGB 171 5 250 -
CMYK 0.32 0.98 0 0.02
HSL 280.65º 0.96% 0.5% -
HSV(B) 280.65º 0.98% 0.98% -
XYZ 34.1 15.67 91.67 -
YUV 82.56 222.5 191.08 -
System Red Green Blue C M Y K H S L
Decimal 171 5 250 0.32 0.98 0 0.02 280.65 0.96 0.5
Hex AB 5 FA 20 62 0 2 119 60 32
Octal 253 5 372 40 142 0 2 431 140 62
Binary 10101011 101 11111010 100000 1100010 0 10 100011001 1100000 110010

Color Harmonies of #AB05FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB05FA

Black with #AB05FA

Text Example


Text Example

White with #AB05FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB05FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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