#A19FB4

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

Shades of Logan #A19FB4

Tints of Logan #A19FB4

Color information

#A19FB4 (or 0xA19FB4) is unknown color: approx Logan. HEX triplet: A1, 9F and B4. RGB value is (161,159,180). Sum of RGB (Red+Green+Blue) = 161+159+180=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #A19FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FB4 is #5E604B. Grayscale: #A1A1A1. Windows color (decimal): -6185036 or 11837345. OLE color: 11837345.

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

Color convert

RGB161159180-
CMYK0.110.1200.29
HSL245.71º12.28%66.47%-
HSV(B)245.71º11.67%70.59%-
XYZ35.3335.6748.2-
YUV161.99138.16127.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 180 (70.70% from 255) = 36%
R=32.2%
G=31.8%
B=36%

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
Decimal1611591800.110.1200.29245.7112.2866.47
HexA19FB4BC01Df6c42
Octal241237264131403536614102
Binary101000011001111110110100101111000111011111011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FB4; }

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

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

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

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

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

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

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

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