Shades of Strikemaster #A95A8B
Tints of Strikemaster #A95A8B
RGB
CMYK
RGB Variations
Color information
#A95A8B (or 0xA95A8B) is known color: Strikemaster. HEX triplet: A9, 5A and 8B. RGB value is (169,90,139). Sum of RGB (Red+Green+Blue) = 169+90+139=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95A8B is #56A574. Grayscale: #777777. Windows color (decimal): -5678453 or 9132713. OLE color: 9132713.
HSL color Cylindrical-coordinate representation of color #A95A8B: hue angle of 322.78º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95A8B is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 139 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.34 |
| HSL | 322.78º | 0.31% | 0.51% | - |
| HSV(B) | 322.78º | 0.47% | 0.66% | - |
| XYZ | 24.68 | 17.61 | 26.52 | - |
| YUV | 119.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 139 | 0 | 0.47 | 0.18 | 0.34 | 322.78 | 0.31 | 0.51 |
| Hex | A9 | 5A | 8B | 0 | 2F | 12 | 22 | 143 | 1F | 33 |
| Octal | 251 | 132 | 213 | 0 | 57 | 22 | 42 | 503 | 37 | 63 |
| Binary | 10101001 | 1011010 | 10001011 | 0 | 101111 | 10010 | 100010 | 101000011 | 11111 | 110011 |
Color Harmonies of #A95A8B
Complementary color
Monochromatic Colors of #A95A8B
Black with #A95A8B
Text Example
Text Example
White with #A95A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A8B; }
p { color: rgb(169,90,139); }
H1.HeaderClassName
{
color: #A95A8B;
}
.AnyTagClassName
{
color: #A95A8B;
}
</style>
background-color css
<style>
a { background-color: #A95A8B; }
a { background-color: rgb(169,90,139); }
div.DivClassName
{
background-color: #A95A8B;
}
.BgClassName
{
background-color: #A95A8B;
}
</style>
border-color css
<style>
span { border-color: #A95A8B; }
span { border-color: rgb(169,90,139); }
td.TdClassName
{
border-color: #A95A8B;
}
.TagClassName
{
border-color: #A95A8B;
}
</style>