Shades of Logan #A3A2BE
Tints of Logan #A3A2BE
RGB
CMYK
RGB Variations
Color information
#A3A2BE (or 0xA3A2BE) is known color: Logan. HEX triplet: A3, A2 and BE. RGB value is (163,162,190). Sum of RGB (Red+Green+Blue) = 163+162+190=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #A3A2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A2BE is #5C5D41. Grayscale: #A5A5A5. Windows color (decimal): -6053186 or 12493475. OLE color: 12493475.
HSL color Cylindrical-coordinate representation of color #A3A2BE: hue angle of 242.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3A2BE is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 162 | 190 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.25 |
| HSL | 242.14º | 0.18% | 0.69% | - |
| HSV(B) | 242.14º | 0.15% | 0.75% | - |
| XYZ | 37.32 | 37.34 | 53.96 | - |
| YUV | 165.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 190 | 0.14 | 0.15 | 0 | 0.25 | 242.14 | 0.18 | 0.69 |
| Hex | A3 | A2 | BE | E | F | 0 | 19 | F2 | 12 | 45 |
| Octal | 243 | 242 | 276 | 16 | 17 | 0 | 31 | 362 | 22 | 105 |
| Binary | 10100011 | 10100010 | 10111110 | 1110 | 1111 | 0 | 11001 | 11110010 | 10010 | 1000101 |
Color Harmonies of #A3A2BE
Complementary color
Monochromatic Colors of #A3A2BE
Black with #A3A2BE
Text Example
Text Example
White with #A3A2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A2BE; }
p { color: rgb(163,162,190); }
H1.HeaderClassName
{
color: #A3A2BE;
}
.AnyTagClassName
{
color: #A3A2BE;
}
</style>
background-color css
<style>
a { background-color: #A3A2BE; }
a { background-color: rgb(163,162,190); }
div.DivClassName
{
background-color: #A3A2BE;
}
.BgClassName
{
background-color: #A3A2BE;
}
</style>
border-color css
<style>
span { border-color: #A3A2BE; }
span { border-color: rgb(163,162,190); }
td.TdClassName
{
border-color: #A3A2BE;
}
.TagClassName
{
border-color: #A3A2BE;
}
</style>