#A19DB8

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

Shades of Logan #A19DB8

Tints of Logan #A19DB8

Color information

#A19DB8 (or 0xA19DB8) is unknown color: approx Logan. HEX triplet: A1, 9D and B8. RGB value is (161,157,184). Sum of RGB (Red+Green+Blue) = 161+157+184=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 184 - color contains mainly: blue. Hex color #A19DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DB8 is #5E6247. Grayscale: #A1A1A1. Windows color (decimal): -6185544 or 12098977. OLE color: 12098977.

HSL color Cylindrical-coordinate representation of color #A19DB8: hue angle of 248.89º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A19DB8 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB161157184-
CMYK0.120.1500.28
HSL248.89º15.98%66.86%-
HSV(B)248.89º14.67%72.16%-
XYZ35.4135.1550.27-
YUV161.27140.83127.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 184 (72.27% from 255) = 36.65%
R=32.07%
G=31.27%
B=36.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611571840.120.1500.28248.8915.9866.86
HexA19DB8CF01Cf91043
Octal241235270141703437120103
Binary1010000110011101101110001100111101110011111001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DB8; }

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

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

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

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

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

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

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

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