#AD649F

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

Shades of Violet Blue #AD649F

Tints of Violet Blue #AD649F

Color information

#AD649F (or 0xAD649F) is unknown color: approx Violet Blue. HEX triplet: AD, 64 and 9F. RGB value is (173,100,159). Sum of RGB (Red+Green+Blue) = 173+100+159=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD649F is #529B60. Grayscale: #808080. Windows color (decimal): -5413729 or 10445997. OLE color: 10445997.

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

Color convert

RGB173100159-
CMYK00.420.080.32
HSL311.51º30.8%53.53%-
HSV(B)311.51º42.2%67.84%-
XYZ28.0520.535.28-
YUV128.55145.18159.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=40.05%
G=23.15%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310015900.420.080.32311.5130.853.53
HexAD649F02A8201381f36
Octal25514423705210404703766
Binary101011011100100100111110101010100010000010011100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD649F; }

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

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

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

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

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

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

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

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