#AD659C

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

Shades of Violet Blue #AD659C

Tints of Violet Blue #AD659C

Color information

#AD659C (or 0xAD659C) is unknown color: approx Violet Blue. HEX triplet: AD, 65 and 9C. RGB value is (173,101,156). Sum of RGB (Red+Green+Blue) = 173+101+156=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD659C is #529A63. Grayscale: #808080. Windows color (decimal): -5413476 or 10249645. OLE color: 10249645.

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

Color convert

RGB173101156-
CMYK00.420.100.32
HSL314.17º30.51%53.73%-
HSV(B)314.17º41.62%67.84%-
XYZ27.8920.5933.96-
YUV128.8143.35159.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=40.23%
G=23.49%
B=36.28%

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
Decimal17310115600.420.100.32314.1730.5153.73
HexAD659C02AA2013a1f36
Octal25514523405212404723766
Binary101011011100101100111000101010101010000010011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD659C; }

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

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

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

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

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

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

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

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