#AD659E

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

Shades of Violet Blue #AD659E

Tints of Violet Blue #AD659E

Color information

#AD659E (or 0xAD659E) is unknown color: approx Violet Blue. HEX triplet: AD, 65 and 9E. RGB value is (173,101,158). Sum of RGB (Red+Green+Blue) = 173+101+158=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD659E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD659E is #529A61. Grayscale: #808080. Windows color (decimal): -5413474 or 10380717. OLE color: 10380717.

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

Color convert

RGB173101158-
CMYK00.420.090.32
HSL312.5º30.51%53.73%-
HSV(B)312.5º41.62%67.84%-
XYZ28.0620.6634.86-
YUV129.03144.35159.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=40.05%
G=23.38%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310115800.420.090.32312.530.5153.73
HexAD659E02A9201381f36
Octal25514523605211404703766
Binary101011011100101100111100101010100110000010011100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD659E; }

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

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

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

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

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

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

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

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