Shades of Logan #A09BBC
Tints of Logan #A09BBC
RGB
CMYK
RGB Variations
Color information
#A09BBC (or 0xA09BBC) is known color: Logan. HEX triplet: A0, 9B and BC. RGB value is (160,155,188). Sum of RGB (Red+Green+Blue) = 160+155+188=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #A09BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BBC is #5F6443. Grayscale: #A0A0A0. Windows color (decimal): -6251588 or 12360608. OLE color: 12360608.
HSL color Cylindrical-coordinate representation of color #A09BBC: hue angle of 249.09º 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 #A09BBC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 155 | 188 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.26 |
| HSL | 249.09º | 0.2% | 0.67% | - |
| HSV(B) | 249.09º | 0.18% | 0.74% | - |
| XYZ | 35.3 | 34.55 | 52.38 | - |
| YUV | 160.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 188 | 0.15 | 0.18 | 0 | 0.26 | 249.09 | 0.2 | 0.67 |
| Hex | A0 | 9B | BC | F | 12 | 0 | 1A | F9 | 14 | 43 |
| Octal | 240 | 233 | 274 | 17 | 22 | 0 | 32 | 371 | 24 | 103 |
| Binary | 10100000 | 10011011 | 10111100 | 1111 | 10010 | 0 | 11010 | 11111001 | 10100 | 1000011 |
Color Harmonies of #A09BBC
Complementary color
Monochromatic Colors of #A09BBC
Black with #A09BBC
Text Example
Text Example
White with #A09BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BBC; }
p { color: rgb(160,155,188); }
H1.HeaderClassName
{
color: #A09BBC;
}
.AnyTagClassName
{
color: #A09BBC;
}
</style>
background-color css
<style>
a { background-color: #A09BBC; }
a { background-color: rgb(160,155,188); }
div.DivClassName
{
background-color: #A09BBC;
}
.BgClassName
{
background-color: #A09BBC;
}
</style>
border-color css
<style>
span { border-color: #A09BBC; }
span { border-color: rgb(160,155,188); }
td.TdClassName
{
border-color: #A09BBC;
}
.TagClassName
{
border-color: #A09BBC;
}
</style>