#A19DB9

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

Shades of Logan #A19DB9

Tints of Logan #A19DB9

Color information

#A19DB9 (or 0xA19DB9) is unknown color: approx Logan. HEX triplet: A1, 9D and B9. RGB value is (161,157,185). Sum of RGB (Red+Green+Blue) = 161+157+185=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 185 - color contains mainly: blue. Hex color #A19DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DB9 is #5E6246. Grayscale: #A1A1A1. Windows color (decimal): -6185543 or 12164513. OLE color: 12164513.

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

Color convert

RGB161157185-
CMYK0.130.1500.27
HSL248.57º16.67%67.06%-
HSV(B)248.57º15.14%72.55%-
XYZ35.5135.1950.82-
YUV161.39141.33127.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 185 (72.66% from 255) = 36.78%
R=32.01%
G=31.21%
B=36.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611571850.130.1500.27248.5716.6767.06
HexA19DB9DF01Bf91143
Octal241235271151703337121103
Binary1010000110011101101110011101111101101111111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DB9; }

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

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

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

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

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

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

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

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