Shades of Logan #A19BBE
Tints of Logan #A19BBE
RGB
CMYK
RGB Variations
Color information
#A19BBE (or 0xA19BBE) is known color: Logan. HEX triplet: A1, 9B and BE. RGB value is (161,155,190). Sum of RGB (Red+Green+Blue) = 161+155+190=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A19BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BBE is #5E6441. Grayscale: #A0A0A0. Windows color (decimal): -6186050 or 12491681. OLE color: 12491681.
HSL color Cylindrical-coordinate representation of color #A19BBE: hue angle of 250.29º 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 #A19BBE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 155 | 190 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.25 |
| HSL | 250.29º | 0.21% | 0.68% | - |
| HSV(B) | 250.29º | 0.18% | 0.75% | - |
| XYZ | 35.71 | 34.74 | 53.54 | - |
| YUV | 160.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 190 | 0.15 | 0.18 | 0 | 0.25 | 250.29 | 0.21 | 0.68 |
| Hex | A1 | 9B | BE | F | 12 | 0 | 19 | FA | 15 | 44 |
| Octal | 241 | 233 | 276 | 17 | 22 | 0 | 31 | 372 | 25 | 104 |
| Binary | 10100001 | 10011011 | 10111110 | 1111 | 10010 | 0 | 11001 | 11111010 | 10101 | 1000100 |
Color Harmonies of #A19BBE
Complementary color
Monochromatic Colors of #A19BBE
Black with #A19BBE
Text Example
Text Example
White with #A19BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BBE; }
p { color: rgb(161,155,190); }
H1.HeaderClassName
{
color: #A19BBE;
}
.AnyTagClassName
{
color: #A19BBE;
}
</style>
background-color css
<style>
a { background-color: #A19BBE; }
a { background-color: rgb(161,155,190); }
div.DivClassName
{
background-color: #A19BBE;
}
.BgClassName
{
background-color: #A19BBE;
}
</style>
border-color css
<style>
span { border-color: #A19BBE; }
span { border-color: rgb(161,155,190); }
td.TdClassName
{
border-color: #A19BBE;
}
.TagClassName
{
border-color: #A19BBE;
}
</style>