Shades of Logan #A59DBD
Tints of Logan #A59DBD
RGB
CMYK
RGB Variations
Color information
#A59DBD (or 0xA59DBD) is known color: Logan. HEX triplet: A5, 9D and BD. RGB value is (165,157,189). Sum of RGB (Red+Green+Blue) = 165+157+189=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #A59DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DBD is #5A6242. Grayscale: #A2A2A2. Windows color (decimal): -5923395 or 12426661. OLE color: 12426661.
HSL color Cylindrical-coordinate representation of color #A59DBD: hue angle of 255º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A59DBD is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 157 | 189 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.26 |
| HSL | 255º | 0.2% | 0.68% | - |
| HSV(B) | 255º | 0.17% | 0.74% | - |
| XYZ | 36.76 | 35.79 | 53.11 | - |
| YUV | 163.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 189 | 0.13 | 0.17 | 0 | 0.26 | 255 | 0.2 | 0.68 |
| Hex | A5 | 9D | BD | D | 11 | 0 | 1A | FF | 14 | 44 |
| Octal | 245 | 235 | 275 | 15 | 21 | 0 | 32 | 377 | 24 | 104 |
| Binary | 10100101 | 10011101 | 10111101 | 1101 | 10001 | 0 | 11010 | 11111111 | 10100 | 1000100 |
Color Harmonies of #A59DBD
Complementary color
Monochromatic Colors of #A59DBD
Black with #A59DBD
Text Example
Text Example
White with #A59DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DBD; }
p { color: rgb(165,157,189); }
H1.HeaderClassName
{
color: #A59DBD;
}
.AnyTagClassName
{
color: #A59DBD;
}
</style>
background-color css
<style>
a { background-color: #A59DBD; }
a { background-color: rgb(165,157,189); }
div.DivClassName
{
background-color: #A59DBD;
}
.BgClassName
{
background-color: #A59DBD;
}
</style>
border-color css
<style>
span { border-color: #A59DBD; }
span { border-color: rgb(165,157,189); }
td.TdClassName
{
border-color: #A59DBD;
}
.TagClassName
{
border-color: #A59DBD;
}
</style>