#A19EBA

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

Shades of Logan #A19EBA

Tints of Logan #A19EBA

Color information

#A19EBA (or 0xA19EBA) is unknown color: approx Logan. HEX triplet: A1, 9E and BA. RGB value is (161,158,186). Sum of RGB (Red+Green+Blue) = 161+158+186=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #A19EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EBA is #5E6145. Grayscale: #A1A1A1. Windows color (decimal): -6185286 or 12230305. OLE color: 12230305.

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

Color convert

RGB161158186-
CMYK0.130.1500.27
HSL246.43º16.87%67.45%-
HSV(B)246.43º15.05%72.94%-
XYZ35.7935.5851.44-
YUV162.09141.49127.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=31.88%
G=31.29%
B=36.83%

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
Decimal1611581860.130.1500.27246.4316.8767.45
HexA19EBADF01Bf61143
Octal241236272151703336621103
Binary1010000110011110101110101101111101101111110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EBA; }

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

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

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

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

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

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

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

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