#A09AB9

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

Shades of Logan #A09AB9

Tints of Logan #A09AB9

Color information

#A09AB9 (or 0xA09AB9) is unknown color: approx Logan. HEX triplet: A0, 9A and B9. RGB value is (160,154,185). Sum of RGB (Red+Green+Blue) = 160+154+185=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 185 - color contains mainly: blue. Hex color #A09AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AB9 is #5F6546. Grayscale: #9F9F9F. Windows color (decimal): -6251847 or 12163744. OLE color: 12163744.

HSL color Cylindrical-coordinate representation of color #A09AB9: hue angle of 251.61º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A09AB9 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160154185-
CMYK0.140.1700.27
HSL251.61º18.13%66.47%-
HSV(B)251.61º16.76%72.55%-
XYZ34.8134.0950.64-
YUV159.33142.49128.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 185 (72.66% from 255) = 37.07%
R=32.06%
G=30.86%
B=37.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601541850.140.1700.27251.6118.1366.47
HexA09AB9E1101Bfc1242
Octal240232271162103337422102
Binary10100000100110101011100111101000101101111111100100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AB9; }

 p { color: rgb(160,154,185); }

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

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

 a { background-color: rgb(160,154,185); }

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

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

 span { border-color: rgb(160,154,185); }

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