#A49DB5

Color #A49DB5 Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #A49DB5

Tints of Spun Pearl #A49DB5

Color information

#A49DB5 (or 0xA49DB5) is unknown color: approx Spun Pearl. HEX triplet: A4, 9D and B5. RGB value is (164,157,181). Sum of RGB (Red+Green+Blue) = 164+157+181=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #A49DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DB5 is #5B624A. Grayscale: #A1A1A1. Windows color (decimal): -5988939 or 11902372. OLE color: 11902372.

HSL color Cylindrical-coordinate representation of color #A49DB5: hue angle of 257.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A49DB5 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164157181-
CMYK0.090.1300.29
HSL257.5º13.95%66.27%-
HSV(B)257.5º13.26%70.98%-
XYZ35.7135.3448.66-
YUV161.83138.82129.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=32.67%
G=31.27%
B=36.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641571810.090.1300.29257.513.9566.27
HexA49DB59D01D102e42
Octal244235265111503540216102
Binary1010010010011101101101011001110101110110000001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DB5; }

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

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

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

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

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

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

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

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