#A916D1

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

Shades of Dark Violet #A916D1

Tints of Dark Violet #A916D1

Color information

#A916D1 (or 0xA916D1) is unknown color: approx Dark Violet. HEX triplet: A9, 16 and D1. RGB value is (169,22,209). Sum of RGB (Red+Green+Blue) = 169+22+209=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #A916D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916D1 is #56E92E. Grayscale: #565656. Windows color (decimal): -5695791 or 13702825. OLE color: 13702825.

HSL color Cylindrical-coordinate representation of color #A916D1: hue angle of 287.17º 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 #A916D1 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16922209-
CMYK0.190.8900.18
HSL287.17º80.95%45.29%-
HSV(B)287.17º89.47%81.96%-
XYZ28.1613.6161.46-
YUV87.27196.7186.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 22 (8.98% from 255) = 5.5%
BLUE value IS 209 (82.03% from 255) = 52.25%
R=42.25%
G=5.5%
B=52.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169222090.190.8900.18287.1780.9545.29
HexA916D1135901211f512d
Octal251263212313102243712155
Binary1010100110110110100011001110110010100101000111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A916D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A916D1; }

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

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

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

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

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

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

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

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