Html Css Color HEX #AB16D1 Dark Violet

📋 copy color: '#AB16D1'

red 171 ◦ green 22 ◦ blue 209

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

Shades of Dark Violet #AB16D1

Tints of Dark Violet #AB16D1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.47%

 BLUE value IS 209 (82.03% from 255) = 51.99%

R = 42.54%
G = 5.47%
B = 51.99%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB16D1 (or 0xAB16D1) is known color: Dark Violet. HEX triplet: AB, 16 and D1. RGB value is (171,22,209). Sum of RGB (Red+Green+Blue) = 171+22+209=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB16D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16D1 is #54E92E. Grayscale: #575757. Windows color (decimal): -5564719 or 13702827. OLE color: 13702827.

HSL color Cylindrical-coordinate representation of color #AB16D1: hue angle of 287.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB16D1 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 22 209 -
CMYK 0.18 0.89 0 0.18
HSL 287.81º 0.81% 0.45% -
HSV(B) 287.81º 0.89% 0.82% -
XYZ 28.59 13.84 61.49 -
YUV 87.87 196.36 187.29 -
System Red Green Blue C M Y K H S L
Decimal 171 22 209 0.18 0.89 0 0.18 287.81 0.81 0.45
Hex AB 16 D1 12 59 0 12 120 51 2D
Octal 253 26 321 22 131 0 22 440 121 55
Binary 10101011 10110 11010001 10010 1011001 0 10010 100100000 1010001 101101

Color Harmonies of #AB16D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16D1

Black with #AB16D1

Text Example


Text Example

White with #AB16D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16D1; }

 p { color: rgb(171,22,209); }

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

background-color css

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

 a { background-color: rgb(171,22,209); }

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

border-color css

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

 span { border-color: rgb(171,22,209); }

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