#A19AB9

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

Shades of Logan #A19AB9

Tints of Logan #A19AB9

Color information

#A19AB9 (or 0xA19AB9) is unknown color: approx Logan. HEX triplet: A1, 9A and B9. RGB value is (161,154,185). Sum of RGB (Red+Green+Blue) = 161+154+185=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 185 - color contains mainly: blue. Hex color #A19AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AB9 is #5E6546. Grayscale: #9F9F9F. Windows color (decimal): -6186311 or 12163745. OLE color: 12163745.

HSL color Cylindrical-coordinate representation of color #A19AB9: hue angle of 253.55º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A19AB9 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161154185-
CMYK0.130.1700.27
HSL253.55º18.13%66.47%-
HSV(B)253.55º16.76%72.55%-
XYZ35.0134.1950.65-
YUV159.63142.32128.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 185 (72.66% from 255) = 37%
R=32.2%
G=30.8%
B=37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611541850.130.1700.27253.5518.1366.47
HexA19AB9D1101Bfe1242
Octal241232271152103337622102
Binary10100001100110101011100111011000101101111111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AB9; }

 p { color: rgb(161,154,185); }

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

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

 a { background-color: rgb(161,154,185); }

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

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

 span { border-color: rgb(161,154,185); }

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