Html Css Color HEX #AB04FA Electric Purple

📋 copy color: '#AB04FA'

red 171 ◦ green 4 ◦ blue 250

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

Shades of Electric Purple #AB04FA

Tints of Electric Purple #AB04FA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

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

R = 40.24%
G = 0.94%
B = 58.82%

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

#AB04FA (or 0xAB04FA) is known color: Electric Purple. HEX triplet: AB, 04 and FA. RGB value is (171,4,250). Sum of RGB (Red+Green+Blue) = 171+4+250=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB04FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04FA is #54FB05. Grayscale: #515151. Windows color (decimal): -5569286 or 16385195. OLE color: 16385195.

HSL color Cylindrical-coordinate representation of color #AB04FA: hue angle of 280.73º degrees, saturation: 0.97, 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 #AB04FA is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 4 250 -
CMYK 0.32 0.98 0 0.02
HSL 280.73º 0.97% 0.5% -
HSV(B) 280.73º 0.98% 0.98% -
XYZ 34.09 15.65 91.67 -
YUV 81.98 222.83 191.5 -
System Red Green Blue C M Y K H S L
Decimal 171 4 250 0.32 0.98 0 0.02 280.73 0.97 0.5
Hex AB 4 FA 20 62 0 2 119 61 32
Octal 253 4 372 40 142 0 2 431 141 62
Binary 10101011 100 11111010 100000 1100010 0 10 100011001 1100001 110010

Color Harmonies of #AB04FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04FA

Black with #AB04FA

Text Example


Text Example

White with #AB04FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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