#AD649D

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

Shades of Violet Blue #AD649D

Tints of Violet Blue #AD649D

Color information

#AD649D (or 0xAD649D) is unknown color: approx Violet Blue. HEX triplet: AD, 64 and 9D. RGB value is (173,100,157). Sum of RGB (Red+Green+Blue) = 173+100+157=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD649D is #529B62. Grayscale: #808080. Windows color (decimal): -5413731 or 10314925. OLE color: 10314925.

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

Color convert

RGB173100157-
CMYK00.420.090.32
HSL313.15º30.8%53.53%-
HSV(B)313.15º42.2%67.84%-
XYZ27.8820.4334.37-
YUV128.32144.18159.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=40.23%
G=23.26%
B=36.51%

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
Decimal17310015700.420.090.32313.1530.853.53
HexAD649D02A9201391f36
Octal25514423505211404713766
Binary101011011100100100111010101010100110000010011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD649D; }

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

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

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

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

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

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

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

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