Html Css Color HEX #AB19FB Electric Purple

📋 copy color: '#AB19FB'

red 171 ◦ green 25 ◦ blue 251

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

Shades of Electric Purple #AB19FB

Tints of Electric Purple #AB19FB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.59%

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

R = 38.26%
G = 5.59%
B = 56.15%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB19FB (or 0xAB19FB) is known color: Electric Purple. HEX triplet: AB, 19 and FB. RGB value is (171,25,251). Sum of RGB (Red+Green+Blue) = 171+25+251=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB19FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB19FB is #54E604. Grayscale: #5D5D5D. Windows color (decimal): -5563909 or 16456107. OLE color: 16456107.

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

Color convert

RGB 171 25 251 -
CMYK 0.32 0.90 0 0.02
HSL 278.76º 0.97% 0.54% -
HSV(B) 278.76º 0.9% 0.98% -
XYZ 34.55 16.32 92.6 -
YUV 94.42 216.37 182.62 -
System Red Green Blue C M Y K H S L
Decimal 171 25 251 0.32 0.90 0 0.02 278.76 0.97 0.54
Hex AB 19 FB 20 5A 0 2 117 61 36
Octal 253 31 373 40 132 0 2 427 141 66
Binary 10101011 11001 11111011 100000 1011010 0 10 100010111 1100001 110110

Color Harmonies of #AB19FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19FB

Black with #AB19FB

Text Example


Text Example

White with #AB19FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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