#A09BB1

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

Shades of Spun Pearl #A09BB1

Tints of Spun Pearl #A09BB1

Color information

#A09BB1 (or 0xA09BB1) is unknown color: approx Spun Pearl. HEX triplet: A0, 9B and B1. RGB value is (160,155,177). Sum of RGB (Red+Green+Blue) = 160+155+177=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 177 - color contains mainly: blue. Hex color #A09BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09BB1 is #5F644E. Grayscale: #9E9E9E. Windows color (decimal): -6251599 or 11639712. OLE color: 11639712.

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

Color convert

RGB160155177-
CMYK0.100.1200.31
HSL253.64º12.36%65.1%-
HSV(B)253.64º12.43%69.41%-
XYZ34.1534.0946.37-
YUV159138.16128.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=32.52%
G=31.50%
B=35.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601551770.100.1200.31253.6412.3665.1
HexA09BB1AC01Ffec41
Octal240233261121403737614101
Binary101000001001101110110001101011000111111111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BB1; }

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

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

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

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

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

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

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

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