Shades of Logan #A099BD
Tints of Logan #A099BD
RGB
CMYK
RGB Variations
Color information
#A099BD (or 0xA099BD) is known color: Logan. HEX triplet: A0, 99 and BD. RGB value is (160,153,189). Sum of RGB (Red+Green+Blue) = 160+153+189=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #A099BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099BD is #5F6642. Grayscale: #9F9F9F. Windows color (decimal): -6252099 or 12425632. OLE color: 12425632.
HSL color Cylindrical-coordinate representation of color #A099BD: hue angle of 251.67º 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 #A099BD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 153 | 189 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.26 |
| HSL | 251.67º | 0.21% | 0.67% | - |
| HSV(B) | 251.67º | 0.19% | 0.74% | - |
| XYZ | 35.07 | 33.93 | 52.84 | - |
| YUV | 159.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 189 | 0.15 | 0.19 | 0 | 0.26 | 251.67 | 0.21 | 0.67 |
| Hex | A0 | 99 | BD | F | 13 | 0 | 1A | FC | 15 | 43 |
| Octal | 240 | 231 | 275 | 17 | 23 | 0 | 32 | 374 | 25 | 103 |
| Binary | 10100000 | 10011001 | 10111101 | 1111 | 10011 | 0 | 11010 | 11111100 | 10101 | 1000011 |
Color Harmonies of #A099BD
Complementary color
Monochromatic Colors of #A099BD
Black with #A099BD
Text Example
Text Example
White with #A099BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099BD; }
p { color: rgb(160,153,189); }
H1.HeaderClassName
{
color: #A099BD;
}
.AnyTagClassName
{
color: #A099BD;
}
</style>
background-color css
<style>
a { background-color: #A099BD; }
a { background-color: rgb(160,153,189); }
div.DivClassName
{
background-color: #A099BD;
}
.BgClassName
{
background-color: #A099BD;
}
</style>
border-color css
<style>
span { border-color: #A099BD; }
span { border-color: rgb(160,153,189); }
td.TdClassName
{
border-color: #A099BD;
}
.TagClassName
{
border-color: #A099BD;
}
</style>