Html Css Color HEX #AB19F6 Electric Purple

📋 copy color: '#AB19F6'

red 171 ◦ green 25 ◦ blue 246

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

Shades of Electric Purple #AB19F6

Tints of Electric Purple #AB19F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.66%

R = 38.69%
G = 5.66%
B = 55.66%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB19F6 (or 0xAB19F6) is known color: Electric Purple. HEX triplet: AB, 19 and F6. RGB value is (171,25,246). Sum of RGB (Red+Green+Blue) = 171+25+246=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB19F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB19F6 is #54E609. Grayscale: #5D5D5D. Windows color (decimal): -5563914 or 16128427. OLE color: 16128427.

HSL color Cylindrical-coordinate representation of color #AB19F6: hue angle of 279.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB19F6 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 25 246 -
CMYK 0.30 0.90 0 0.04
HSL 279.64º 0.92% 0.53% -
HSV(B) 279.64º 0.9% 0.96% -
XYZ 33.78 16.01 88.5 -
YUV 93.85 213.87 183.03 -
System Red Green Blue C M Y K H S L
Decimal 171 25 246 0.30 0.90 0 0.04 279.64 0.92 0.53
Hex AB 19 F6 1E 5A 0 4 118 5C 35
Octal 253 31 366 36 132 0 4 430 134 65
Binary 10101011 11001 11110110 11110 1011010 0 100 100011000 1011100 110101

Color Harmonies of #AB19F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19F6

Black with #AB19F6

Text Example


Text Example

White with #AB19F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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