Shades of Logan #A09ABD
Tints of Logan #A09ABD
RGB
CMYK
RGB Variations
Color information
#A09ABD (or 0xA09ABD) is known color: Logan. HEX triplet: A0, 9A and BD. RGB value is (160,154,189). Sum of RGB (Red+Green+Blue) = 160+154+189=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #A09ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ABD is #5F6542. Grayscale: #9F9F9F. Windows color (decimal): -6251843 or 12425888. OLE color: 12425888.
HSL color Cylindrical-coordinate representation of color #A09ABD: hue angle of 250.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A09ABD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 154 | 189 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.26 |
| HSL | 250.29º | 0.21% | 0.67% | - |
| HSV(B) | 250.29º | 0.19% | 0.74% | - |
| XYZ | 35.24 | 34.26 | 52.9 | - |
| YUV | 159.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 189 | 0.15 | 0.19 | 0 | 0.26 | 250.29 | 0.21 | 0.67 |
| Hex | A0 | 9A | BD | F | 13 | 0 | 1A | FA | 15 | 43 |
| Octal | 240 | 232 | 275 | 17 | 23 | 0 | 32 | 372 | 25 | 103 |
| Binary | 10100000 | 10011010 | 10111101 | 1111 | 10011 | 0 | 11010 | 11111010 | 10101 | 1000011 |
Color Harmonies of #A09ABD
Complementary color
Monochromatic Colors of #A09ABD
Black with #A09ABD
Text Example
Text Example
White with #A09ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09ABD; }
p { color: rgb(160,154,189); }
H1.HeaderClassName
{
color: #A09ABD;
}
.AnyTagClassName
{
color: #A09ABD;
}
</style>
background-color css
<style>
a { background-color: #A09ABD; }
a { background-color: rgb(160,154,189); }
div.DivClassName
{
background-color: #A09ABD;
}
.BgClassName
{
background-color: #A09ABD;
}
</style>
border-color css
<style>
span { border-color: #A09ABD; }
span { border-color: rgb(160,154,189); }
td.TdClassName
{
border-color: #A09ABD;
}
.TagClassName
{
border-color: #A09ABD;
}
</style>