Shades of Strikemaster #A06488
Tints of Strikemaster #A06488
RGB
CMYK
RGB Variations
Color information
#A06488 (or 0xA06488) is known color: Strikemaster. HEX triplet: A0, 64 and 88. RGB value is (160,100,136). Sum of RGB (Red+Green+Blue) = 160+100+136=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A06488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06488 is #5F9B77. Grayscale: #797979. Windows color (decimal): -6265720 or 8938656. OLE color: 8938656.
HSL color Cylindrical-coordinate representation of color #A06488: hue angle of 324º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06488 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 136 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.37 |
| HSL | 324º | 0.24% | 0.51% | - |
| HSV(B) | 324º | 0.38% | 0.63% | - |
| XYZ | 23.5 | 18.37 | 25.6 | - |
| YUV | 122.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 136 | 0 | 0.38 | 0.15 | 0.37 | 324 | 0.24 | 0.51 |
| Hex | A0 | 64 | 88 | 0 | 26 | F | 25 | 144 | 18 | 33 |
| Octal | 240 | 144 | 210 | 0 | 46 | 17 | 45 | 504 | 30 | 63 |
| Binary | 10100000 | 1100100 | 10001000 | 0 | 100110 | 1111 | 100101 | 101000100 | 11000 | 110011 |
Color Harmonies of #A06488
Complementary color
Monochromatic Colors of #A06488
Black with #A06488
Text Example
Text Example
White with #A06488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06488; }
p { color: rgb(160,100,136); }
H1.HeaderClassName
{
color: #A06488;
}
.AnyTagClassName
{
color: #A06488;
}
</style>
background-color css
<style>
a { background-color: #A06488; }
a { background-color: rgb(160,100,136); }
div.DivClassName
{
background-color: #A06488;
}
.BgClassName
{
background-color: #A06488;
}
</style>
border-color css
<style>
span { border-color: #A06488; }
span { border-color: rgb(160,100,136); }
td.TdClassName
{
border-color: #A06488;
}
.TagClassName
{
border-color: #A06488;
}
</style>