#A19DBB

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

Shades of Logan #A19DBB

Tints of Logan #A19DBB

Color information

#A19DBB (or 0xA19DBB) is unknown color: approx Logan. HEX triplet: A1, 9D and BB. RGB value is (161,157,187). Sum of RGB (Red+Green+Blue) = 161+157+187=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #A19DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DBB is #5E6244. Grayscale: #A1A1A1. Windows color (decimal): -6185541 or 12295585. OLE color: 12295585.

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

Color convert

RGB161157187-
CMYK0.140.1600.27
HSL248º18.07%67.45%-
HSV(B)248º16.04%73.33%-
XYZ35.7235.2851.94-
YUV161.62142.33127.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=31.88%
G=31.09%
B=37.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611571870.140.1600.2724818.0767.45
HexA19DBBE1001Bf81243
Octal241235273162003337022103
Binary10100001100111011011101111101000001101111111000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DBB; }

 p { color: rgb(161,157,187); }

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

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

 a { background-color: rgb(161,157,187); }

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

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

 span { border-color: rgb(161,157,187); }

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