#A09ABD

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

Shades of Logan #A09ABD

Tints of Logan #A09ABD

Color information

#A09ABD (or 0xA09ABD) is unknown color: approx Logan. HEX triplet: A0, 9A and BD. RGB value is (160,154,189). Sum of RGB (Red+Green+Blue) = 160+154+189=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #A09ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ABD is #5F6542. Grayscale: #9F9F9F. Windows color (decimal): -6251843 or 12425888. OLE color: 12425888.

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

Color convert

RGB160154189-
CMYK0.150.1900.26
HSL250.29º20.96%67.25%-
HSV(B)250.29º18.52%74.12%-
XYZ35.2434.2652.9-
YUV159.78144.49128.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=31.81%
G=30.62%
B=37.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601541890.150.1900.26250.2920.9667.25
HexA09ABDF1301Afa1543
Octal240232275172303237225103
Binary10100000100110101011110111111001101101011111010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ABD; }

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

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

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

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

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

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

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

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