Shades of Logan #A09ABC
Tints of Logan #A09ABC
RGB
CMYK
RGB Variations
Color information
#A09ABC (or 0xA09ABC) is known color: Logan. HEX triplet: A0, 9A and BC. RGB value is (160,154,188). Sum of RGB (Red+Green+Blue) = 160+154+188=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #A09ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ABC is #5F6543. Grayscale: #9F9F9F. Windows color (decimal): -6251844 or 12360352. OLE color: 12360352.
HSL color Cylindrical-coordinate representation of color #A09ABC: hue angle of 250.59º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A09ABC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 154 | 188 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.26 |
| HSL | 250.59º | 0.2% | 0.67% | - |
| HSV(B) | 250.59º | 0.18% | 0.74% | - |
| XYZ | 35.13 | 34.22 | 52.33 | - |
| YUV | 159.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 188 | 0.15 | 0.18 | 0 | 0.26 | 250.59 | 0.2 | 0.67 |
| Hex | A0 | 9A | BC | F | 12 | 0 | 1A | FB | 14 | 43 |
| Octal | 240 | 232 | 274 | 17 | 22 | 0 | 32 | 373 | 24 | 103 |
| Binary | 10100000 | 10011010 | 10111100 | 1111 | 10010 | 0 | 11010 | 11111011 | 10100 | 1000011 |
Color Harmonies of #A09ABC
Complementary color
Monochromatic Colors of #A09ABC
Black with #A09ABC
Text Example
Text Example
White with #A09ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09ABC; }
p { color: rgb(160,154,188); }
H1.HeaderClassName
{
color: #A09ABC;
}
.AnyTagClassName
{
color: #A09ABC;
}
</style>
background-color css
<style>
a { background-color: #A09ABC; }
a { background-color: rgb(160,154,188); }
div.DivClassName
{
background-color: #A09ABC;
}
.BgClassName
{
background-color: #A09ABC;
}
</style>
border-color css
<style>
span { border-color: #A09ABC; }
span { border-color: rgb(160,154,188); }
td.TdClassName
{
border-color: #A09ABC;
}
.TagClassName
{
border-color: #A09ABC;
}
</style>