Html Css Color HEX #AB01FA Electric Purple

📋 copy color: '#AB01FA'

red 171 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #AB01FA

Tints of Electric Purple #AB01FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 40.52%
G = 0.24%
B = 59.24%

CMYK

 C value IS 0.32

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB01FA (or 0xAB01FA) is known color: Electric Purple. HEX triplet: AB, 01 and FA. RGB value is (171,1,250). Sum of RGB (Red+Green+Blue) = 171+1+250=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB01FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB01FA is #54FE05. Grayscale: #4F4F4F. Windows color (decimal): -5570054 or 16384427. OLE color: 16384427.

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

Color convert

RGB 171 1 250 -
CMYK 0.32 1.00 0 0.02
HSL 280.96º 0.99% 0.49% -
HSV(B) 280.96º 1% 0.98% -
XYZ 34.06 15.58 91.65 -
YUV 80.22 223.82 192.75 -
System Red Green Blue C M Y K H S L
Decimal 171 1 250 0.32 1.00 0 0.02 280.96 0.99 0.49
Hex AB 1 FA 20 64 0 2 119 63 31
Octal 253 1 372 40 144 0 2 431 143 61
Binary 10101011 1 11111010 100000 1100100 0 10 100011001 1100011 110001

Color Harmonies of #AB01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01FA

Black with #AB01FA

Text Example


Text Example

White with #AB01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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