#A09ABF

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

Shades of Logan #A09ABF

Tints of Logan #A09ABF

Color information

#A09ABF (or 0xA09ABF) is unknown color: approx Logan. HEX triplet: A0, 9A and BF. RGB value is (160,154,191). Sum of RGB (Red+Green+Blue) = 160+154+191=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #A09ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ABF is #5F6540. Grayscale: #9F9F9F. Windows color (decimal): -6251841 or 12556960. OLE color: 12556960.

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

Color convert

RGB160154191-
CMYK0.160.1900.25
HSL249.73º22.42%67.65%-
HSV(B)249.73º19.37%74.9%-
XYZ35.4634.3554.05-
YUV160.01145.49127.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 191 (75% from 255) = 37.82%
R=31.68%
G=30.50%
B=37.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601541910.160.1900.25249.7322.4267.65
HexA09ABF1013019fa1644
Octal240232277202303137226104
Binary101000001001101010111111100001001101100111111010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ABF; }

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

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

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

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

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

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

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

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