#A49DB1

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

Shades of Spun Pearl #A49DB1

Tints of Spun Pearl #A49DB1

Color information

#A49DB1 (or 0xA49DB1) is unknown color: approx Spun Pearl. HEX triplet: A4, 9D and B1. RGB value is (164,157,177). Sum of RGB (Red+Green+Blue) = 164+157+177=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 177 - color contains mainly: blue. Hex color #A49DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DB1 is #5B624E. Grayscale: #A1A1A1. Windows color (decimal): -5988943 or 11640228. OLE color: 11640228.

HSL color Cylindrical-coordinate representation of color #A49DB1: hue angle of 261º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A49DB1 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164157177-
CMYK0.070.1100.31
HSL261º11.36%65.49%-
HSV(B)261º11.3%69.41%-
XYZ35.335.1846.52-
YUV161.37136.82129.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 177 (69.53% from 255) = 35.54%
R=32.93%
G=31.53%
B=35.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641571770.070.1100.3126111.3665.49
HexA49DB17B01F105b41
Octal24423526171303740513101
Binary101001001001110110110001111101101111110000010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DB1; }

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

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

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

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

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

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

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

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