#A49FB4

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

Shades of Spun Pearl #A49FB4

Tints of Spun Pearl #A49FB4

Color information

#A49FB4 (or 0xA49FB4) is unknown color: approx Spun Pearl. HEX triplet: A4, 9F and B4. RGB value is (164,159,180). Sum of RGB (Red+Green+Blue) = 164+159+180=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #A49FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FB4 is #5B604B. Grayscale: #A2A2A2. Windows color (decimal): -5988428 or 11837348. OLE color: 11837348.

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

Color convert

RGB164159180-
CMYK0.090.1200.29
HSL254.29º12.28%66.47%-
HSV(B)254.29º11.67%70.59%-
XYZ35.9535.9848.23-
YUV162.89137.66128.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=32.60%
G=31.61%
B=35.79%

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
Decimal1641591800.090.1200.29254.2912.2866.47
HexA49FB49C01Dfec42
Octal244237264111403537614102
Binary101001001001111110110100100111000111011111111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FB4; }

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

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

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

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

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

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

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

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