#A49DAD

Color #A49DAD Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A49DAD

Tints of Cold Purple #A49DAD

Color information

#A49DAD (or 0xA49DAD) is unknown color: approx Cold Purple. HEX triplet: A4, 9D and AD. RGB value is (164,157,173). Sum of RGB (Red+Green+Blue) = 164+157+173=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #A49DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DAD is #5B6252. Grayscale: #A0A0A0. Windows color (decimal): -5988947 or 11378084. OLE color: 11378084.

HSL color Cylindrical-coordinate representation of color #A49DAD: hue angle of 266.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A49DAD is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164157173-
CMYK0.050.0900.32
HSL266.25º8.89%64.71%-
HSV(B)266.25º9.25%67.84%-
XYZ34.9135.0244.46-
YUV160.92134.82130.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=33.20%
G=31.78%
B=35.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641571730.050.0900.32266.258.8964.71
HexA49DAD5902010a941
Octal24423525551104041211101
Binary1010010010011101101011011011001010000010000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DAD; }

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

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

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

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

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

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

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

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