Html Css Color HEX #AB19FC Electric Purple

📋 copy color: '#AB19FC'

red 171 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #AB19FC

Tints of Electric Purple #AB19FC

RGB

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

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

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

R = 38.17%
G = 5.58%
B = 56.25%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB19FC (or 0xAB19FC) is known color: Electric Purple. HEX triplet: AB, 19 and FC. RGB value is (171,25,252). Sum of RGB (Red+Green+Blue) = 171+25+252=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB19FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB19FC is #54E603. Grayscale: #5D5D5D. Windows color (decimal): -5563908 or 16521643. OLE color: 16521643.

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

Color convert

RGB 171 25 252 -
CMYK 0.32 0.90 0 0.01
HSL 278.59º 0.97% 0.54% -
HSV(B) 278.59º 0.9% 0.99% -
XYZ 34.71 16.38 93.43 -
YUV 94.53 216.87 182.54 -
System Red Green Blue C M Y K H S L
Decimal 171 25 252 0.32 0.90 0 0.01 278.59 0.97 0.54
Hex AB 19 FC 20 5A 0 1 117 61 36
Octal 253 31 374 40 132 0 1 427 141 66
Binary 10101011 11001 11111100 100000 1011010 0 1 100010111 1100001 110110

Color Harmonies of #AB19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19FC

Black with #AB19FC

Text Example


Text Example

White with #AB19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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