Shades of Logan #A3A2BC
Tints of Logan #A3A2BC
RGB
CMYK
RGB Variations
Color information
#A3A2BC (or 0xA3A2BC) is known color: Logan. HEX triplet: A3, A2 and BC. RGB value is (163,162,188). Sum of RGB (Red+Green+Blue) = 163+162+188=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3A2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A2BC is #5C5D43. Grayscale: #A5A5A5. Windows color (decimal): -6053188 or 12362403. OLE color: 12362403.
HSL color Cylindrical-coordinate representation of color #A3A2BC: hue angle of 242.31º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3A2BC is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 162 | 188 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.26 |
| HSL | 242.31º | 0.16% | 0.69% | - |
| HSV(B) | 242.31º | 0.14% | 0.74% | - |
| XYZ | 37.1 | 37.26 | 52.81 | - |
| YUV | 165.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 188 | 0.13 | 0.14 | 0 | 0.26 | 242.31 | 0.16 | 0.69 |
| Hex | A3 | A2 | BC | D | E | 0 | 1A | F2 | 10 | 45 |
| Octal | 243 | 242 | 274 | 15 | 16 | 0 | 32 | 362 | 20 | 105 |
| Binary | 10100011 | 10100010 | 10111100 | 1101 | 1110 | 0 | 11010 | 11110010 | 10000 | 1000101 |
Color Harmonies of #A3A2BC
Complementary color
Monochromatic Colors of #A3A2BC
Black with #A3A2BC
Text Example
Text Example
White with #A3A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A2BC; }
p { color: rgb(163,162,188); }
H1.HeaderClassName
{
color: #A3A2BC;
}
.AnyTagClassName
{
color: #A3A2BC;
}
</style>
background-color css
<style>
a { background-color: #A3A2BC; }
a { background-color: rgb(163,162,188); }
div.DivClassName
{
background-color: #A3A2BC;
}
.BgClassName
{
background-color: #A3A2BC;
}
</style>
border-color css
<style>
span { border-color: #A3A2BC; }
span { border-color: rgb(163,162,188); }
td.TdClassName
{
border-color: #A3A2BC;
}
.TagClassName
{
border-color: #A3A2BC;
}
</style>