Shades of Logan #A4A3BB
Tints of Logan #A4A3BB
RGB
CMYK
RGB Variations
Color information
#A4A3BB (or 0xA4A3BB) is known color: Logan. HEX triplet: A4, A3 and BB. RGB value is (164,163,187). Sum of RGB (Red+Green+Blue) = 164+163+187=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4A3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A3BB is #5B5C44. Grayscale: #A5A5A5. Windows color (decimal): -5987397 or 12297124. OLE color: 12297124.
HSL color Cylindrical-coordinate representation of color #A4A3BB: hue angle of 242.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4A3BB is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 163 | 187 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.27 |
| HSL | 242.5º | 0.15% | 0.69% | - |
| HSV(B) | 242.5º | 0.13% | 0.73% | - |
| XYZ | 37.38 | 37.67 | 52.32 | - |
| YUV | 166.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 187 | 0.12 | 0.13 | 0 | 0.27 | 242.5 | 0.15 | 0.69 |
| Hex | A4 | A3 | BB | C | D | 0 | 1B | F2 | F | 45 |
| Octal | 244 | 243 | 273 | 14 | 15 | 0 | 33 | 362 | 17 | 105 |
| Binary | 10100100 | 10100011 | 10111011 | 1100 | 1101 | 0 | 11011 | 11110010 | 1111 | 1000101 |
Color Harmonies of #A4A3BB
Complementary color
Monochromatic Colors of #A4A3BB
Black with #A4A3BB
Text Example
Text Example
White with #A4A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A3BB; }
p { color: rgb(164,163,187); }
H1.HeaderClassName
{
color: #A4A3BB;
}
.AnyTagClassName
{
color: #A4A3BB;
}
</style>
background-color css
<style>
a { background-color: #A4A3BB; }
a { background-color: rgb(164,163,187); }
div.DivClassName
{
background-color: #A4A3BB;
}
.BgClassName
{
background-color: #A4A3BB;
}
</style>
border-color css
<style>
span { border-color: #A4A3BB; }
span { border-color: rgb(164,163,187); }
td.TdClassName
{
border-color: #A4A3BB;
}
.TagClassName
{
border-color: #A4A3BB;
}
</style>