Shades of Logan #A2A5C1
Tints of Logan #A2A5C1
RGB
CMYK
RGB Variations
Color information
#A2A5C1 (or 0xA2A5C1) is known color: Logan. HEX triplet: A2, A5 and C1. RGB value is (162,165,193). Sum of RGB (Red+Green+Blue) = 162+165+193=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #A2A5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A5C1 is #5D5A3E. Grayscale: #A7A7A7. Windows color (decimal): -6117951 or 12690850. OLE color: 12690850.
HSL color Cylindrical-coordinate representation of color #A2A5C1: hue angle of 234.19º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2A5C1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 165 | 193 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.24 |
| HSL | 234.19º | 0.2% | 0.7% | - |
| HSV(B) | 234.19º | 0.16% | 0.76% | - |
| XYZ | 37.98 | 38.44 | 55.87 | - |
| YUV | 167.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 193 | 0.16 | 0.15 | 0 | 0.24 | 234.19 | 0.2 | 0.7 |
| Hex | A2 | A5 | C1 | 10 | F | 0 | 18 | EA | 14 | 46 |
| Octal | 242 | 245 | 301 | 20 | 17 | 0 | 30 | 352 | 24 | 106 |
| Binary | 10100010 | 10100101 | 11000001 | 10000 | 1111 | 0 | 11000 | 11101010 | 10100 | 1000110 |
Color Harmonies of #A2A5C1
Complementary color
Monochromatic Colors of #A2A5C1
Black with #A2A5C1
Text Example
Text Example
White with #A2A5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A5C1; }
p { color: rgb(162,165,193); }
H1.HeaderClassName
{
color: #A2A5C1;
}
.AnyTagClassName
{
color: #A2A5C1;
}
</style>
background-color css
<style>
a { background-color: #A2A5C1; }
a { background-color: rgb(162,165,193); }
div.DivClassName
{
background-color: #A2A5C1;
}
.BgClassName
{
background-color: #A2A5C1;
}
</style>
border-color css
<style>
span { border-color: #A2A5C1; }
span { border-color: rgb(162,165,193); }
td.TdClassName
{
border-color: #A2A5C1;
}
.TagClassName
{
border-color: #A2A5C1;
}
</style>