Shades of Logan #A09BBE
Tints of Logan #A09BBE
RGB
CMYK
RGB Variations
Color information
#A09BBE (or 0xA09BBE) is known color: Logan. HEX triplet: A0, 9B and BE. RGB value is (160,155,190). Sum of RGB (Red+Green+Blue) = 160+155+190=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A09BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BBE is #5F6441. Grayscale: #A0A0A0. Windows color (decimal): -6251586 or 12491680. OLE color: 12491680.
HSL color Cylindrical-coordinate representation of color #A09BBE: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A09BBE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 155 | 190 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.25 |
| HSL | 248.57º | 0.21% | 0.68% | - |
| HSV(B) | 248.57º | 0.18% | 0.75% | - |
| XYZ | 35.51 | 34.63 | 53.53 | - |
| YUV | 160.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 190 | 0.16 | 0.18 | 0 | 0.25 | 248.57 | 0.21 | 0.68 |
| Hex | A0 | 9B | BE | 10 | 12 | 0 | 19 | F9 | 15 | 44 |
| Octal | 240 | 233 | 276 | 20 | 22 | 0 | 31 | 371 | 25 | 104 |
| Binary | 10100000 | 10011011 | 10111110 | 10000 | 10010 | 0 | 11001 | 11111001 | 10101 | 1000100 |
Color Harmonies of #A09BBE
Complementary color
Monochromatic Colors of #A09BBE
Black with #A09BBE
Text Example
Text Example
White with #A09BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BBE; }
p { color: rgb(160,155,190); }
H1.HeaderClassName
{
color: #A09BBE;
}
.AnyTagClassName
{
color: #A09BBE;
}
</style>
background-color css
<style>
a { background-color: #A09BBE; }
a { background-color: rgb(160,155,190); }
div.DivClassName
{
background-color: #A09BBE;
}
.BgClassName
{
background-color: #A09BBE;
}
</style>
border-color css
<style>
span { border-color: #A09BBE; }
span { border-color: rgb(160,155,190); }
td.TdClassName
{
border-color: #A09BBE;
}
.TagClassName
{
border-color: #A09BBE;
}
</style>