Shades of Logan #A5A0BD
Tints of Logan #A5A0BD
RGB
CMYK
RGB Variations
Color information
#A5A0BD (or 0xA5A0BD) is known color: Logan. HEX triplet: A5, A0 and BD. RGB value is (165,160,189). Sum of RGB (Red+Green+Blue) = 165+160+189=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5A0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0BD is #5A5F42. Grayscale: #A4A4A4. Windows color (decimal): -5922627 or 12427429. OLE color: 12427429.
HSL color Cylindrical-coordinate representation of color #A5A0BD: hue angle of 250.34º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5A0BD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 160 | 189 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.26 |
| HSL | 250.34º | 0.18% | 0.68% | - |
| HSV(B) | 250.34º | 0.15% | 0.74% | - |
| XYZ | 37.27 | 36.82 | 53.29 | - |
| YUV | 164.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 189 | 0.13 | 0.15 | 0 | 0.26 | 250.34 | 0.18 | 0.68 |
| Hex | A5 | A0 | BD | D | F | 0 | 1A | FA | 12 | 44 |
| Octal | 245 | 240 | 275 | 15 | 17 | 0 | 32 | 372 | 22 | 104 |
| Binary | 10100101 | 10100000 | 10111101 | 1101 | 1111 | 0 | 11010 | 11111010 | 10010 | 1000100 |
Color Harmonies of #A5A0BD
Complementary color
Monochromatic Colors of #A5A0BD
Black with #A5A0BD
Text Example
Text Example
White with #A5A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A0BD; }
p { color: rgb(165,160,189); }
H1.HeaderClassName
{
color: #A5A0BD;
}
.AnyTagClassName
{
color: #A5A0BD;
}
</style>
background-color css
<style>
a { background-color: #A5A0BD; }
a { background-color: rgb(165,160,189); }
div.DivClassName
{
background-color: #A5A0BD;
}
.BgClassName
{
background-color: #A5A0BD;
}
</style>
border-color css
<style>
span { border-color: #A5A0BD; }
span { border-color: rgb(165,160,189); }
td.TdClassName
{
border-color: #A5A0BD;
}
.TagClassName
{
border-color: #A5A0BD;
}
</style>