Html Css Color HEX #AB19E2 Dark Violet

📋 copy color: '#AB19E2'

red 171 ◦ green 25 ◦ blue 226

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

Shades of Dark Violet #AB19E2

Tints of Dark Violet #AB19E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 53.55%

R = 40.52%
G = 5.92%
B = 53.55%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AB19E2 (or 0xAB19E2) is known color: Dark Violet. HEX triplet: AB, 19 and E2. RGB value is (171,25,226). Sum of RGB (Red+Green+Blue) = 171+25+226=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB19E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19E2 is #54E61D. Grayscale: #5A5A5A. Windows color (decimal): -5563934 or 14817707. OLE color: 14817707.

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

Color convert

RGB 171 25 226 -
CMYK 0.24 0.89 0 0.11
HSL 283.58º 0.8% 0.49% -
HSV(B) 283.58º 0.89% 0.89% -
XYZ 30.87 14.84 73.19 -
YUV 91.57 203.87 184.66 -
System Red Green Blue C M Y K H S L
Decimal 171 25 226 0.24 0.89 0 0.11 283.58 0.8 0.49
Hex AB 19 E2 18 59 0 B 11C 50 31
Octal 253 31 342 30 131 0 13 434 120 61
Binary 10101011 11001 11100010 11000 1011001 0 1011 100011100 1010000 110001

Color Harmonies of #AB19E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19E2

Black with #AB19E2

Text Example


Text Example

White with #AB19E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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