Html Css Color HEX #AB19FA Electric Purple

📋 copy color: '#AB19FA'

red 171 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #AB19FA

Tints of Electric Purple #AB19FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.05%

R = 38.34%
G = 5.61%
B = 56.05%

CMYK

 C value IS 0.32

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB19FA (or 0xAB19FA) is known color: Electric Purple. HEX triplet: AB, 19 and FA. RGB value is (171,25,250). Sum of RGB (Red+Green+Blue) = 171+25+250=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB19FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB19FA is #54E605. Grayscale: #5D5D5D. Windows color (decimal): -5563910 or 16390571. OLE color: 16390571.

HSL color Cylindrical-coordinate representation of color #AB19FA: hue angle of 278.93º degrees, saturation: 0.96, 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 #AB19FA is Cyan = 0.32, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 25 250 -
CMYK 0.32 0.9 0 0.02
HSL 278.93º 0.96% 0.54% -
HSV(B) 278.93º 0.9% 0.98% -
XYZ 34.4 16.26 91.77 -
YUV 94.3 215.87 182.7 -
System Red Green Blue C M Y K H S L
Decimal 171 25 250 0.32 0.9 0 0.02 278.93 0.96 0.54
Hex AB 19 FA 20 5A 0 2 117 60 36
Octal 253 31 372 40 132 0 2 427 140 66
Binary 10101011 11001 11111010 100000 1011010 0 10 100010111 1100000 110110

Color Harmonies of #AB19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19FA

Black with #AB19FA

Text Example


Text Example

White with #AB19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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