#A09CBD

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

Shades of Logan #A09CBD

Tints of Logan #A09CBD

Color information

#A09CBD (or 0xA09CBD) is unknown color: approx Logan. HEX triplet: A0, 9C and BD. RGB value is (160,156,189). Sum of RGB (Red+Green+Blue) = 160+156+189=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #A09CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CBD is #5F6342. Grayscale: #A0A0A0. Windows color (decimal): -6251331 or 12426400. OLE color: 12426400.

HSL color Cylindrical-coordinate representation of color #A09CBD: hue angle of 247.27º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A09CBD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160156189-
CMYK0.150.1700.26
HSL247.27º20%67.65%-
HSV(B)247.27º17.46%74.12%-
XYZ35.5734.9253.01-
YUV160.96143.83127.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=31.68%
G=30.89%
B=37.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601561890.150.1700.26247.272067.65
HexA09CBDF1101Af71444
Octal240234275172103236724104
Binary10100000100111001011110111111000101101011110111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CBD; }

 p { color: rgb(160,156,189); }

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

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

 a { background-color: rgb(160,156,189); }

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

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

 span { border-color: rgb(160,156,189); }

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