#AD649C

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

Shades of Violet Blue #AD649C

Tints of Violet Blue #AD649C

Color information

#AD649C (or 0xAD649C) is unknown color: approx Violet Blue. HEX triplet: AD, 64 and 9C. RGB value is (173,100,156). Sum of RGB (Red+Green+Blue) = 173+100+156=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD649C is #529B63. Grayscale: #808080. Windows color (decimal): -5413732 or 10249389. OLE color: 10249389.

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

Color convert

RGB173100156-
CMYK00.420.100.32
HSL313.97º30.8%53.53%-
HSV(B)313.97º42.2%67.84%-
XYZ27.7920.433.93-
YUV128.21143.68159.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=40.33%
G=23.31%
B=36.36%

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
Decimal17310015600.420.100.32313.9730.853.53
HexAD649C02AA2013a1f36
Octal25514423405212404723766
Binary101011011100100100111000101010101010000010011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD649C; }

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

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

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

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

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

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

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

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