#A09DB3

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

Shades of Logan #A09DB3

Tints of Logan #A09DB3

Color information

#A09DB3 (or 0xA09DB3) is unknown color: approx Logan. HEX triplet: A0, 9D and B3. RGB value is (160,157,179). Sum of RGB (Red+Green+Blue) = 160+157+179=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #A09DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DB3 is #5F624C. Grayscale: #A0A0A0. Windows color (decimal): -6251085 or 11771296. OLE color: 11771296.

HSL color Cylindrical-coordinate representation of color #A09DB3: hue angle of 248.18º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A09DB3 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160157179-
CMYK0.110.1200.30
HSL248.18º12.64%65.88%-
HSV(B)248.18º12.29%70.2%-
XYZ34.6934.8447.54-
YUV160.4138.49127.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=32.26%
G=31.65%
B=36.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601571790.110.1200.30248.1812.6465.88
HexA09DB3BC01Ef8d42
Octal240235263131403637015102
Binary101000001001110110110011101111000111101111100011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DB3; }

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

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

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

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

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

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

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

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