#A49EB4

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

Shades of Spun Pearl #A49EB4

Tints of Spun Pearl #A49EB4

Color information

#A49EB4 (or 0xA49EB4) is unknown color: approx Spun Pearl. HEX triplet: A4, 9E and B4. RGB value is (164,158,180). Sum of RGB (Red+Green+Blue) = 164+158+180=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #A49EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EB4 is #5B614B. Grayscale: #A2A2A2. Windows color (decimal): -5988684 or 11837092. OLE color: 11837092.

HSL color Cylindrical-coordinate representation of color #A49EB4: hue angle of 256.36º degrees, saturation: 0.13, 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 #A49EB4 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164158180-
CMYK0.090.1200.29
HSL256.36º12.79%66.27%-
HSV(B)256.36º12.22%70.59%-
XYZ35.7735.6448.17-
YUV162.3137.99129.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=32.67%
G=31.47%
B=35.86%

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
Decimal1641581800.090.1200.29256.3612.7966.27
HexA49EB49C01D100d42
Octal244236264111403540015102
Binary1010010010011110101101001001110001110110000000011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EB4; }

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

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

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

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

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

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

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

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