#A09DB8

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

Shades of Logan #A09DB8

Tints of Logan #A09DB8

Color information

#A09DB8 (or 0xA09DB8) is unknown color: approx Logan. HEX triplet: A0, 9D and B8. RGB value is (160,157,184). Sum of RGB (Red+Green+Blue) = 160+157+184=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 184 - color contains mainly: blue. Hex color #A09DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DB8 is #5F6247. Grayscale: #A0A0A0. Windows color (decimal): -6251080 or 12098976. OLE color: 12098976.

HSL color Cylindrical-coordinate representation of color #A09DB8: hue angle of 246.67º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A09DB8 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB160157184-
CMYK0.130.1500.28
HSL246.67º15.98%66.86%-
HSV(B)246.67º14.67%72.16%-
XYZ35.2135.0550.26-
YUV160.98140.99127.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 184 (72.27% from 255) = 36.73%
R=31.94%
G=31.34%
B=36.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601571840.130.1500.28246.6715.9866.86
HexA09DB8DF01Cf71043
Octal240235270151703436720103
Binary1010000010011101101110001101111101110011110111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DB8; }

 p { color: rgb(160,157,184); }

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

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

 a { background-color: rgb(160,157,184); }

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

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

 span { border-color: rgb(160,157,184); }

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