#AD649A

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

Shades of Violet Blue #AD649A

Tints of Violet Blue #AD649A

Color information

#AD649A (or 0xAD649A) is unknown color: approx Violet Blue. HEX triplet: AD, 64 and 9A. RGB value is (173,100,154). Sum of RGB (Red+Green+Blue) = 173+100+154=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD649A is #529B65. Grayscale: #7F7F7F. Windows color (decimal): -5413734 or 10118317. OLE color: 10118317.

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

Color convert

RGB173100154-
CMYK00.420.110.32
HSL315.62º30.8%53.53%-
HSV(B)315.62º42.2%67.84%-
XYZ27.6220.3333.04-
YUV127.98142.68160.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=40.52%
G=23.42%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310015400.420.110.32315.6230.853.53
HexAD649A02AB2013c1f36
Octal25514423205213404743766
Binary101011011100100100110100101010101110000010011110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD649A; }

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

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

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

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

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

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

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

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