#A09DBC

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

Shades of Logan #A09DBC

Tints of Logan #A09DBC

Color information

#A09DBC (or 0xA09DBC) is unknown color: approx Logan. HEX triplet: A0, 9D and BC. RGB value is (160,157,188). Sum of RGB (Red+Green+Blue) = 160+157+188=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #A09DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DBC is #5F6243. Grayscale: #A1A1A1. Windows color (decimal): -6251076 or 12361120. OLE color: 12361120.

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

Color convert

RGB160157188-
CMYK0.150.1600.26
HSL245.81º18.79%67.65%-
HSV(B)245.81º16.49%73.73%-
XYZ35.6335.2252.5-
YUV161.43142.99126.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=31.68%
G=31.09%
B=37.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601571880.150.1600.26245.8118.7967.65
HexA09DBCF1001Af61344
Octal240235274172003236623104
Binary10100000100111011011110011111000001101011110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DBC; }

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

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

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

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

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

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

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

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