#A19ABA

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

Shades of Logan #A19ABA

Tints of Logan #A19ABA

Color information

#A19ABA (or 0xA19ABA) is unknown color: approx Logan. HEX triplet: A1, 9A and BA. RGB value is (161,154,186). Sum of RGB (Red+Green+Blue) = 161+154+186=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #A19ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ABA is #5E6545. Grayscale: #9F9F9F. Windows color (decimal): -6186310 or 12229281. OLE color: 12229281.

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

Color convert

RGB161154186-
CMYK0.130.1700.27
HSL253.12º18.82%66.67%-
HSV(B)253.12º17.2%72.94%-
XYZ35.1234.2351.21-
YUV159.74142.82128.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=32.14%
G=30.74%
B=37.13%

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
Decimal1611541860.130.1700.27253.1218.8266.67
HexA19ABAD1101Bfd1343
Octal241232272152103337523103
Binary10100001100110101011101011011000101101111111101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19ABA; }

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

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

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

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

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

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

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

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