Shades of Strikemaster #A65A8C
Tints of Strikemaster #A65A8C
RGB
CMYK
RGB Variations
Color information
#A65A8C (or 0xA65A8C) is known color: Strikemaster. HEX triplet: A6, 5A and 8C. RGB value is (166,90,140). Sum of RGB (Red+Green+Blue) = 166+90+140=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65A8C is #59A573. Grayscale: #767676. Windows color (decimal): -5875060 or 9198246. OLE color: 9198246.
HSL color Cylindrical-coordinate representation of color #A65A8C: hue angle of 320.53º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65A8C is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 140 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.35 |
| HSL | 320.53º | 0.3% | 0.5% | - |
| HSV(B) | 320.53º | 0.46% | 0.65% | - |
| XYZ | 24.12 | 17.31 | 26.88 | - |
| YUV | 118.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 140 | 0 | 0.46 | 0.16 | 0.35 | 320.53 | 0.3 | 0.5 |
| Hex | A6 | 5A | 8C | 0 | 2E | 10 | 23 | 141 | 1E | 32 |
| Octal | 246 | 132 | 214 | 0 | 56 | 20 | 43 | 501 | 36 | 62 |
| Binary | 10100110 | 1011010 | 10001100 | 0 | 101110 | 10000 | 100011 | 101000001 | 11110 | 110010 |
Color Harmonies of #A65A8C
Complementary color
Monochromatic Colors of #A65A8C
Black with #A65A8C
Text Example
Text Example
White with #A65A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65A8C; }
p { color: rgb(166,90,140); }
H1.HeaderClassName
{
color: #A65A8C;
}
.AnyTagClassName
{
color: #A65A8C;
}
</style>
background-color css
<style>
a { background-color: #A65A8C; }
a { background-color: rgb(166,90,140); }
div.DivClassName
{
background-color: #A65A8C;
}
.BgClassName
{
background-color: #A65A8C;
}
</style>
border-color css
<style>
span { border-color: #A65A8C; }
span { border-color: rgb(166,90,140); }
td.TdClassName
{
border-color: #A65A8C;
}
.TagClassName
{
border-color: #A65A8C;
}
</style>