Shades of Strikemaster #A45B8A
Tints of Strikemaster #A45B8A
RGB
CMYK
RGB Variations
Color information
#A45B8A (or 0xA45B8A) is known color: Strikemaster. HEX triplet: A4, 5B and 8A. RGB value is (164,91,138). Sum of RGB (Red+Green+Blue) = 164+91+138=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45B8A is #5BA475. Grayscale: #767676. Windows color (decimal): -6005878 or 9067428. OLE color: 9067428.
HSL color Cylindrical-coordinate representation of color #A45B8A: hue angle of 321.37º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45B8A is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 91 | 138 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.36 |
| HSL | 321.37º | 0.29% | 0.5% | - |
| HSV(B) | 321.37º | 0.45% | 0.64% | - |
| XYZ | 23.64 | 17.21 | 26.12 | - |
| YUV | 118.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 138 | 0 | 0.45 | 0.16 | 0.36 | 321.37 | 0.29 | 0.5 |
| Hex | A4 | 5B | 8A | 0 | 2D | 10 | 24 | 141 | 1D | 32 |
| Octal | 244 | 133 | 212 | 0 | 55 | 20 | 44 | 501 | 35 | 62 |
| Binary | 10100100 | 1011011 | 10001010 | 0 | 101101 | 10000 | 100100 | 101000001 | 11101 | 110010 |
Color Harmonies of #A45B8A
Complementary color
Monochromatic Colors of #A45B8A
Black with #A45B8A
Text Example
Text Example
White with #A45B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45B8A; }
p { color: rgb(164,91,138); }
H1.HeaderClassName
{
color: #A45B8A;
}
.AnyTagClassName
{
color: #A45B8A;
}
</style>
background-color css
<style>
a { background-color: #A45B8A; }
a { background-color: rgb(164,91,138); }
div.DivClassName
{
background-color: #A45B8A;
}
.BgClassName
{
background-color: #A45B8A;
}
</style>
border-color css
<style>
span { border-color: #A45B8A; }
span { border-color: rgb(164,91,138); }
td.TdClassName
{
border-color: #A45B8A;
}
.TagClassName
{
border-color: #A45B8A;
}
</style>