Shades of Logan #A099BE
Tints of Logan #A099BE
RGB
CMYK
RGB Variations
Color information
#A099BE (or 0xA099BE) is known color: Logan. HEX triplet: A0, 99 and BE. RGB value is (160,153,190). Sum of RGB (Red+Green+Blue) = 160+153+190=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #A099BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099BE is #5F6641. Grayscale: #9F9F9F. Windows color (decimal): -6252098 or 12491168. OLE color: 12491168.
HSL color Cylindrical-coordinate representation of color #A099BE: hue angle of 251.35º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A099BE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 153 | 190 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.25 |
| HSL | 251.35º | 0.22% | 0.67% | - |
| HSV(B) | 251.35º | 0.19% | 0.75% | - |
| XYZ | 35.18 | 33.97 | 53.42 | - |
| YUV | 159.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 190 | 0.16 | 0.19 | 0 | 0.25 | 251.35 | 0.22 | 0.67 |
| Hex | A0 | 99 | BE | 10 | 13 | 0 | 19 | FB | 16 | 43 |
| Octal | 240 | 231 | 276 | 20 | 23 | 0 | 31 | 373 | 26 | 103 |
| Binary | 10100000 | 10011001 | 10111110 | 10000 | 10011 | 0 | 11001 | 11111011 | 10110 | 1000011 |
Color Harmonies of #A099BE
Complementary color
Monochromatic Colors of #A099BE
Black with #A099BE
Text Example
Text Example
White with #A099BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099BE; }
p { color: rgb(160,153,190); }
H1.HeaderClassName
{
color: #A099BE;
}
.AnyTagClassName
{
color: #A099BE;
}
</style>
background-color css
<style>
a { background-color: #A099BE; }
a { background-color: rgb(160,153,190); }
div.DivClassName
{
background-color: #A099BE;
}
.BgClassName
{
background-color: #A099BE;
}
</style>
border-color css
<style>
span { border-color: #A099BE; }
span { border-color: rgb(160,153,190); }
td.TdClassName
{
border-color: #A099BE;
}
.TagClassName
{
border-color: #A099BE;
}
</style>