#A09BB0

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

Shades of Spun Pearl #A09BB0

Tints of Spun Pearl #A09BB0

Color information

#A09BB0 (or 0xA09BB0) is unknown color: approx Spun Pearl. HEX triplet: A0, 9B and B0. RGB value is (160,155,176). Sum of RGB (Red+Green+Blue) = 160+155+176=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 176 - color contains mainly: blue. Hex color #A09BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09BB0 is #5F644F. Grayscale: #9E9E9E. Windows color (decimal): -6251600 or 11574176. OLE color: 11574176.

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

Color convert

RGB160155176-
CMYK0.090.1200.31
HSL254.29º11.73%64.9%-
HSV(B)254.29º11.93%69.02%-
XYZ34.0634.0545.85-
YUV158.89137.66128.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=32.59%
G=31.57%
B=35.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601551760.090.1200.31254.2911.7364.9
HexA09BB09C01Ffec41
Octal240233260111403737614101
Binary101000001001101110110000100111000111111111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BB0; }

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

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

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

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

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

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

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

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