#A49EB5

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

Shades of Spun Pearl #A49EB5

Tints of Spun Pearl #A49EB5

Color information

#A49EB5 (or 0xA49EB5) is unknown color: approx Spun Pearl. HEX triplet: A4, 9E and B5. RGB value is (164,158,181). Sum of RGB (Red+Green+Blue) = 164+158+181=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #A49EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EB5 is #5B614A. Grayscale: #A2A2A2. Windows color (decimal): -5988683 or 11902628. OLE color: 11902628.

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

Color convert

RGB164158181-
CMYK0.090.1300.29
HSL255.65º13.45%66.47%-
HSV(B)255.65º12.71%70.98%-
XYZ35.8835.6848.71-
YUV162.42138.49129.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 181 (71.09% from 255) = 35.98%
R=32.60%
G=31.41%
B=35.98%

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
Decimal1641581810.090.1300.29255.6513.4566.47
HexA49EB59D01D100d42
Octal244236265111503540015102
Binary1010010010011110101101011001110101110110000000011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EB5; }

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

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

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

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

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

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

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

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