Html Css Color HEX #AB03FC Electric Purple

📋 copy color: '#AB03FC'

red 171 ◦ green 3 ◦ blue 252

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

Shades of Electric Purple #AB03FC

Tints of Electric Purple #AB03FC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 40.14%
G = 0.7%
B = 59.15%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB03FC (or 0xAB03FC) is known color: Electric Purple. HEX triplet: AB, 03 and FC. RGB value is (171,3,252). Sum of RGB (Red+Green+Blue) = 171+3+252=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB03FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03FC is #54FC03. Grayscale: #505050. Windows color (decimal): -5569540 or 16516011. OLE color: 16516011.

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

Color convert

RGB 171 3 252 -
CMYK 0.32 0.99 0 0.01
HSL 280.48º 0.98% 0.5% -
HSV(B) 280.48º 0.99% 0.99% -
XYZ 34.4 15.75 93.32 -
YUV 81.62 224.16 191.75 -
System Red Green Blue C M Y K H S L
Decimal 171 3 252 0.32 0.99 0 0.01 280.48 0.98 0.5
Hex AB 3 FC 20 63 0 1 118 62 32
Octal 253 3 374 40 143 0 1 430 142 62
Binary 10101011 11 11111100 100000 1100011 0 1 100011000 1100010 110010

Color Harmonies of #AB03FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB03FC

Black with #AB03FC

Text Example


Text Example

White with #AB03FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB03FC; }

 p { color: rgb(171,3,252); }

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

background-color css

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

 a { background-color: rgb(171,3,252); }

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

border-color css

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

 span { border-color: rgb(171,3,252); }

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