Html Css Color HEX #AB04FD Electric Purple

📋 copy color: '#AB04FD'

red 171 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #AB04FD

Tints of Electric Purple #AB04FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 39.95%
G = 0.93%
B = 59.11%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB04FD (or 0xAB04FD) is known color: Electric Purple. HEX triplet: AB, 04 and FD. RGB value is (171,4,253). Sum of RGB (Red+Green+Blue) = 171+4+253=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB04FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04FD is #54FB02. Grayscale: #515151. Windows color (decimal): -5569283 or 16581803. OLE color: 16581803.

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

Color convert

RGB 171 4 253 -
CMYK 0.32 0.98 0 0.01
HSL 280.24º 0.98% 0.5% -
HSV(B) 280.24º 0.98% 0.99% -
XYZ 34.57 15.84 94.16 -
YUV 82.32 224.33 191.25 -
System Red Green Blue C M Y K H S L
Decimal 171 4 253 0.32 0.98 0 0.01 280.24 0.98 0.5
Hex AB 4 FD 20 62 0 1 118 62 32
Octal 253 4 375 40 142 0 1 430 142 62
Binary 10101011 100 11111101 100000 1100010 0 1 100011000 1100010 110010

Color Harmonies of #AB04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04FD

Black with #AB04FD

Text Example


Text Example

White with #AB04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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