#AD659B

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

Shades of Violet Blue #AD659B

Tints of Violet Blue #AD659B

Color information

#AD659B (or 0xAD659B) is unknown color: approx Violet Blue. HEX triplet: AD, 65 and 9B. RGB value is (173,101,155). Sum of RGB (Red+Green+Blue) = 173+101+155=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD659B is #529A64. Grayscale: #808080. Windows color (decimal): -5413477 or 10184109. OLE color: 10184109.

HSL color Cylindrical-coordinate representation of color #AD659B: hue angle of 315º 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 #AD659B is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB173101155-
CMYK00.420.100.32
HSL315º30.51%53.73%-
HSV(B)315º41.62%67.84%-
XYZ27.820.5633.51-
YUV128.68142.85159.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=40.33%
G=23.54%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310115500.420.100.3231530.5153.73
HexAD659B02AA2013b1f36
Octal25514523305212404733766
Binary101011011100101100110110101010101010000010011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD659B; }

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

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

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

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

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

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

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

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