#A19EB9

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

Shades of Logan #A19EB9

Tints of Logan #A19EB9

Color information

#A19EB9 (or 0xA19EB9) is unknown color: approx Logan. HEX triplet: A1, 9E and B9. RGB value is (161,158,185). Sum of RGB (Red+Green+Blue) = 161+158+185=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 185 - color contains mainly: blue. Hex color #A19EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EB9 is #5E6146. Grayscale: #A1A1A1. Windows color (decimal): -6185287 or 12164769. OLE color: 12164769.

HSL color Cylindrical-coordinate representation of color #A19EB9: hue angle of 246.67º degrees, saturation: 0.16, 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 #A19EB9 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161158185-
CMYK0.130.1500.27
HSL246.67º16.17%67.25%-
HSV(B)246.67º14.59%72.55%-
XYZ35.6835.5350.88-
YUV161.98140.99127.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=31.94%
G=31.35%
B=36.71%

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
Decimal1611581850.130.1500.27246.6716.1767.25
HexA19EB9DF01Bf71043
Octal241236271151703336720103
Binary1010000110011110101110011101111101101111110111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EB9; }

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

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

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

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

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

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

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

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