#A19FB5

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

Shades of Logan #A19FB5

Tints of Logan #A19FB5

Color information

#A19FB5 (or 0xA19FB5) is unknown color: approx Logan. HEX triplet: A1, 9F and B5. RGB value is (161,159,181). Sum of RGB (Red+Green+Blue) = 161+159+181=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #A19FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FB5 is #5E604A. Grayscale: #A2A2A2. Windows color (decimal): -6185035 or 11902881. OLE color: 11902881.

HSL color Cylindrical-coordinate representation of color #A19FB5: hue angle of 245.45º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A19FB5 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161159181-
CMYK0.110.1200.29
HSL245.45º12.94%66.67%-
HSV(B)245.45º12.15%70.98%-
XYZ35.4435.7148.74-
YUV162.11138.66127.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=32.14%
G=31.74%
B=36.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611591810.110.1200.29245.4512.9466.67
HexA19FB5BC01Df5d43
Octal241237265131403536515103
Binary101000011001111110110101101111000111011111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FB5; }

 p { color: rgb(161,159,181); }

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

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

 a { background-color: rgb(161,159,181); }

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

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

 span { border-color: rgb(161,159,181); }

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