Shades of Logan #A4A3BE
Tints of Logan #A4A3BE
RGB
CMYK
RGB Variations
Color information
#A4A3BE (or 0xA4A3BE) is known color: Logan. HEX triplet: A4, A3 and BE. RGB value is (164,163,190). Sum of RGB (Red+Green+Blue) = 164+163+190=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4A3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A3BE is #5B5C41. Grayscale: #A6A6A6. Windows color (decimal): -5987394 or 12493732. OLE color: 12493732.
HSL color Cylindrical-coordinate representation of color #A4A3BE: hue angle of 242.22º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4A3BE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 163 | 190 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.25 |
| HSL | 242.22º | 0.17% | 0.69% | - |
| HSV(B) | 242.22º | 0.14% | 0.75% | - |
| XYZ | 37.7 | 37.8 | 54.03 | - |
| YUV | 166.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 190 | 0.14 | 0.14 | 0 | 0.25 | 242.22 | 0.17 | 0.69 |
| Hex | A4 | A3 | BE | E | E | 0 | 19 | F2 | 11 | 45 |
| Octal | 244 | 243 | 276 | 16 | 16 | 0 | 31 | 362 | 21 | 105 |
| Binary | 10100100 | 10100011 | 10111110 | 1110 | 1110 | 0 | 11001 | 11110010 | 10001 | 1000101 |
Color Harmonies of #A4A3BE
Complementary color
Monochromatic Colors of #A4A3BE
Black with #A4A3BE
Text Example
Text Example
White with #A4A3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A3BE; }
p { color: rgb(164,163,190); }
H1.HeaderClassName
{
color: #A4A3BE;
}
.AnyTagClassName
{
color: #A4A3BE;
}
</style>
background-color css
<style>
a { background-color: #A4A3BE; }
a { background-color: rgb(164,163,190); }
div.DivClassName
{
background-color: #A4A3BE;
}
.BgClassName
{
background-color: #A4A3BE;
}
</style>
border-color css
<style>
span { border-color: #A4A3BE; }
span { border-color: rgb(164,163,190); }
td.TdClassName
{
border-color: #A4A3BE;
}
.TagClassName
{
border-color: #A4A3BE;
}
</style>