#A49EB8

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

Shades of Spun Pearl #A49EB8

Tints of Spun Pearl #A49EB8

Color information

#A49EB8 (or 0xA49EB8) is unknown color: approx Spun Pearl. HEX triplet: A4, 9E and B8. RGB value is (164,158,184). Sum of RGB (Red+Green+Blue) = 164+158+184=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 184 - color contains mainly: blue. Hex color #A49EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EB8 is #5B6147. Grayscale: #A2A2A2. Windows color (decimal): -5988680 or 12099236. OLE color: 12099236.

HSL color Cylindrical-coordinate representation of color #A49EB8: hue angle of 253.85º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A49EB8 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB164158184-
CMYK0.110.1400.28
HSL253.85º15.48%67.06%-
HSV(B)253.85º14.13%72.16%-
XYZ36.1935.8150.35-
YUV162.76139.99128.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 158 (62.11% from 255) = 31.23%
BLUE value IS 184 (72.27% from 255) = 36.36%
R=32.41%
G=31.23%
B=36.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641581840.110.1400.28253.8515.4867.06
HexA49EB8BE01Cfef43
Octal244236270131603437617103
Binary101001001001111010111000101111100111001111111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EB8; }

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

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

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

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

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

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

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

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