Html Css Color HEX #AB03FB Electric Purple

📋 copy color: '#AB03FB'

red 171 ◦ green 3 ◦ blue 251

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

Shades of Electric Purple #AB03FB

Tints of Electric Purple #AB03FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.06%

R = 40.24%
G = 0.71%
B = 59.06%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB03FB (or 0xAB03FB) is known color: Electric Purple. HEX triplet: AB, 03 and FB. RGB value is (171,3,251). Sum of RGB (Red+Green+Blue) = 171+3+251=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB03FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03FB is #54FC04. Grayscale: #505050. Windows color (decimal): -5569541 or 16450475. OLE color: 16450475.

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

Color convert

RGB 171 3 251 -
CMYK 0.32 0.99 0 0.02
HSL 280.65º 0.98% 0.5% -
HSV(B) 280.65º 0.99% 0.98% -
XYZ 34.24 15.69 92.49 -
YUV 81.5 223.66 191.83 -
System Red Green Blue C M Y K H S L
Decimal 171 3 251 0.32 0.99 0 0.02 280.65 0.98 0.5
Hex AB 3 FB 20 63 0 2 119 62 32
Octal 253 3 373 40 143 0 2 431 142 62
Binary 10101011 11 11111011 100000 1100011 0 10 100011001 1100010 110010

Color Harmonies of #AB03FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB03FB

Black with #AB03FB

Text Example


Text Example

White with #AB03FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB03FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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