#AD6A9F

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

Shades of Violet Blue #AD6A9F

Tints of Violet Blue #AD6A9F

Color information

#AD6A9F (or 0xAD6A9F) is unknown color: approx Violet Blue. HEX triplet: AD, 6A and 9F. RGB value is (173,106,159). Sum of RGB (Red+Green+Blue) = 173+106+159=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6A9F is #529560. Grayscale: #838383. Windows color (decimal): -5412193 or 10447533. OLE color: 10447533.

HSL color Cylindrical-coordinate representation of color #AD6A9F: hue angle of 312.54º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6A9F is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB173106159-
CMYK00.390.080.32
HSL312.54º29%54.71%-
HSV(B)312.54º38.73%67.84%-
XYZ28.6521.735.48-
YUV132.07143.2157.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 106 (41.80% from 255) = 24.20%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=39.50%
G=24.20%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310615900.390.080.32312.542954.71
HexAD6A9F0278201391d37
Octal25515223704710404713567
Binary101011011101010100111110100111100010000010011100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A9F; }

 p { color: rgb(173,106,159); }

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

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

 a { background-color: rgb(173,106,159); }

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

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

 span { border-color: rgb(173,106,159); }

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