Html Css Color HEX #AB19E0 Dark Violet

📋 copy color: '#AB19E0'

red 171 ◦ green 25 ◦ blue 224

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

Shades of Dark Violet #AB19E0

Tints of Dark Violet #AB19E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.33%

R = 40.71%
G = 5.95%
B = 53.33%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB19E0 (or 0xAB19E0) is known color: Dark Violet. HEX triplet: AB, 19 and E0. RGB value is (171,25,224). Sum of RGB (Red+Green+Blue) = 171+25+224=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB19E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19E0 is #54E61F. Grayscale: #5A5A5A. Windows color (decimal): -5563936 or 14686635. OLE color: 14686635.

HSL color Cylindrical-coordinate representation of color #AB19E0: hue angle of 284.02º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB19E0 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 25 224 -
CMYK 0.24 0.89 0 0.12
HSL 284.02º 0.8% 0.49% -
HSV(B) 284.02º 0.89% 0.88% -
XYZ 30.6 14.74 71.75 -
YUV 91.34 202.87 184.82 -
System Red Green Blue C M Y K H S L
Decimal 171 25 224 0.24 0.89 0 0.12 284.02 0.8 0.49
Hex AB 19 E0 18 59 0 C 11C 50 31
Octal 253 31 340 30 131 0 14 434 120 61
Binary 10101011 11001 11100000 11000 1011001 0 1100 100011100 1010000 110001

Color Harmonies of #AB19E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19E0

Black with #AB19E0

Text Example


Text Example

White with #AB19E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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