#AD659F

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

Shades of Violet Blue #AD659F

Tints of Violet Blue #AD659F

Color information

#AD659F (or 0xAD659F) is unknown color: approx Violet Blue. HEX triplet: AD, 65 and 9F. RGB value is (173,101,159). Sum of RGB (Red+Green+Blue) = 173+101+159=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD659F is #529A60. Grayscale: #808080. Windows color (decimal): -5413473 or 10446253. OLE color: 10446253.

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

Color convert

RGB173101159-
CMYK00.420.080.32
HSL311.67º30.51%53.73%-
HSV(B)311.67º41.62%67.84%-
XYZ28.1520.6935.31-
YUV129.14144.85159.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=39.95%
G=23.33%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310115900.420.080.32311.6730.5153.73
HexAD659F02A8201381f36
Octal25514523705210404703766
Binary101011011100101100111110101010100010000010011100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD659F; }

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

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

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

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

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

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

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

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