#A099B1

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

Shades of Spun Pearl #A099B1

Tints of Spun Pearl #A099B1

Color information

#A099B1 (or 0xA099B1) is unknown color: approx Spun Pearl. HEX triplet: A0, 99 and B1. RGB value is (160,153,177). Sum of RGB (Red+Green+Blue) = 160+153+177=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #A099B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A099B1 is #5F664E. Grayscale: #9D9D9D. Windows color (decimal): -6252111 or 11639200. OLE color: 11639200.

HSL color Cylindrical-coordinate representation of color #A099B1: hue angle of 257.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A099B1 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160153177-
CMYK0.100.1400.31
HSL257.5º13.33%64.71%-
HSV(B)257.5º13.56%69.41%-
XYZ33.8233.4346.26-
YUV157.83138.82129.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=32.65%
G=31.22%
B=36.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601531770.100.1400.31257.513.3364.71
HexA099B1AE01F102d41
Octal240231261121603740215101
Binary1010000010011001101100011010111001111110000001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099B1; }

 p { color: rgb(160,153,177); }

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

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

 a { background-color: rgb(160,153,177); }

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

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

 span { border-color: rgb(160,153,177); }

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