#A09DBE

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

Shades of Logan #A09DBE

Tints of Logan #A09DBE

Color information

#A09DBE (or 0xA09DBE) is unknown color: approx Logan. HEX triplet: A0, 9D and BE. RGB value is (160,157,190). Sum of RGB (Red+Green+Blue) = 160+157+190=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #A09DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DBE is #5F6241. Grayscale: #A1A1A1. Windows color (decimal): -6251074 or 12492192. OLE color: 12492192.

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

Color convert

RGB160157190-
CMYK0.160.1700.25
HSL245.45º20.25%68.04%-
HSV(B)245.45º17.37%74.51%-
XYZ35.8535.3153.64-
YUV161.66143.99126.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=31.56%
G=30.97%
B=37.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601571900.160.1700.25245.4520.2568.04
HexA09DBE1011019f51444
Octal240235276202103136524104
Binary101000001001110110111110100001000101100111110101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DBE; }

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

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

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

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

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

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

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

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