#A09AB5

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

Shades of Logan #A09AB5

Tints of Logan #A09AB5

Color information

#A09AB5 (or 0xA09AB5) is unknown color: approx Logan. HEX triplet: A0, 9A and B5. RGB value is (160,154,181). Sum of RGB (Red+Green+Blue) = 160+154+181=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #A09AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AB5 is #5F654A. Grayscale: #9E9E9E. Windows color (decimal): -6251851 or 11901600. OLE color: 11901600.

HSL color Cylindrical-coordinate representation of color #A09AB5: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A09AB5 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160154181-
CMYK0.120.1500.29
HSL253.33º15.43%65.69%-
HSV(B)253.33º14.92%70.98%-
XYZ34.3933.9248.45-
YUV158.87140.49128.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=32.32%
G=31.11%
B=36.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601541810.120.1500.29253.3315.4365.69
HexA09AB5CF01Dfdf42
Octal240232265141703537517102
Binary101000001001101010110101110011110111011111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AB5; }

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

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

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

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

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

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

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

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