Shades of Logan #A19BBD
Tints of Logan #A19BBD
RGB
CMYK
RGB Variations
Color information
#A19BBD (or 0xA19BBD) is known color: Logan. HEX triplet: A1, 9B and BD. RGB value is (161,155,189). Sum of RGB (Red+Green+Blue) = 161+155+189=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #A19BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BBD is #5E6442. Grayscale: #A0A0A0. Windows color (decimal): -6186051 or 12426145. OLE color: 12426145.
HSL color Cylindrical-coordinate representation of color #A19BBD: 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 #A19BBD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 155 | 189 | - |
| 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.6 | 34.69 | 52.96 | - |
| YUV | 160.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 189 | 0.15 | 0.18 | 0 | 0.26 | 250.59 | 0.2 | 0.67 |
| Hex | A1 | 9B | BD | F | 12 | 0 | 1A | FB | 14 | 43 |
| Octal | 241 | 233 | 275 | 17 | 22 | 0 | 32 | 373 | 24 | 103 |
| Binary | 10100001 | 10011011 | 10111101 | 1111 | 10010 | 0 | 11010 | 11111011 | 10100 | 1000011 |
Color Harmonies of #A19BBD
Complementary color
Monochromatic Colors of #A19BBD
Black with #A19BBD
Text Example
Text Example
White with #A19BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BBD; }
p { color: rgb(161,155,189); }
H1.HeaderClassName
{
color: #A19BBD;
}
.AnyTagClassName
{
color: #A19BBD;
}
</style>
background-color css
<style>
a { background-color: #A19BBD; }
a { background-color: rgb(161,155,189); }
div.DivClassName
{
background-color: #A19BBD;
}
.BgClassName
{
background-color: #A19BBD;
}
</style>
border-color css
<style>
span { border-color: #A19BBD; }
span { border-color: rgb(161,155,189); }
td.TdClassName
{
border-color: #A19BBD;
}
.TagClassName
{
border-color: #A19BBD;
}
</style>