#A49FB5

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

Shades of Spun Pearl #A49FB5

Tints of Spun Pearl #A49FB5

Color information

#A49FB5 (or 0xA49FB5) is unknown color: approx Spun Pearl. HEX triplet: A4, 9F and B5. RGB value is (164,159,181). Sum of RGB (Red+Green+Blue) = 164+159+181=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #A49FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FB5 is #5B604A. Grayscale: #A2A2A2. Windows color (decimal): -5988427 or 11902884. OLE color: 11902884.

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

Color convert

RGB164159181-
CMYK0.090.1200.29
HSL253.64º12.94%66.67%-
HSV(B)253.64º12.15%70.98%-
XYZ36.0536.0248.77-
YUV163138.16128.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=32.54%
G=31.55%
B=35.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641591810.090.1200.29253.6412.9466.67
HexA49FB59C01Dfed43
Octal244237265111403537615103
Binary101001001001111110110101100111000111011111111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FB5; }

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

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

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

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

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

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

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

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