#AB16C6

Color #AB16C6 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AB16C6

Tints of Dark Violet #AB16C6

Color information

#AB16C6 (or 0xAB16C6) is unknown color: approx Dark Violet. HEX triplet: AB, 16 and C6. RGB value is (171,22,198). Sum of RGB (Red+Green+Blue) = 171+22+198=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB16C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16C6 is #54E939. Grayscale: #565656. Windows color (decimal): -5564730 or 12981931. OLE color: 12981931.

HSL color Cylindrical-coordinate representation of color #AB16C6: hue angle of 290.8º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB16C6 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17122198-
CMYK0.140.8900.22
HSL290.8º80%43.14%-
HSV(B)290.8º88.89%77.65%-
XYZ27.2713.3154.56-
YUV86.62190.86188.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 22 (8.98% from 255) = 5.63%
BLUE value IS 198 (77.73% from 255) = 50.64%
R=43.73%
G=5.63%
B=50.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171221980.140.8900.22290.88043.14
HexAB16C6E59016123502b
Octal253263061613102644312053
Binary101010111011011000110111010110010101101001000111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB16C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB16C6; }

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

 H1.HeaderClassName
 {
   color: #AB16C6;
 }
 .AnyTagClassName
 {
   color: #AB16C6;
 }
</style>
background-color css

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

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

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

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

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

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