Shades of Strikemaster #A0668C
Tints of Strikemaster #A0668C
RGB
CMYK
RGB Variations
Color information
#A0668C (or 0xA0668C) is known color: Strikemaster. HEX triplet: A0, 66 and 8C. RGB value is (160,102,140). Sum of RGB (Red+Green+Blue) = 160+102+140=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0668C is #5F9973. Grayscale: #7B7B7B. Windows color (decimal): -6265204 or 9201312. OLE color: 9201312.
HSL color Cylindrical-coordinate representation of color #A0668C: hue angle of 320.69º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0668C is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 140 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.37 |
| HSL | 320.69º | 0.23% | 0.51% | - |
| HSV(B) | 320.69º | 0.36% | 0.63% | - |
| XYZ | 23.98 | 18.87 | 27.19 | - |
| YUV | 123.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 140 | 0 | 0.36 | 0.12 | 0.37 | 320.69 | 0.23 | 0.51 |
| Hex | A0 | 66 | 8C | 0 | 24 | C | 25 | 141 | 17 | 33 |
| Octal | 240 | 146 | 214 | 0 | 44 | 14 | 45 | 501 | 27 | 63 |
| Binary | 10100000 | 1100110 | 10001100 | 0 | 100100 | 1100 | 100101 | 101000001 | 10111 | 110011 |
Color Harmonies of #A0668C
Complementary color
Monochromatic Colors of #A0668C
Black with #A0668C
Text Example
Text Example
White with #A0668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0668C; }
p { color: rgb(160,102,140); }
H1.HeaderClassName
{
color: #A0668C;
}
.AnyTagClassName
{
color: #A0668C;
}
</style>
background-color css
<style>
a { background-color: #A0668C; }
a { background-color: rgb(160,102,140); }
div.DivClassName
{
background-color: #A0668C;
}
.BgClassName
{
background-color: #A0668C;
}
</style>
border-color css
<style>
span { border-color: #A0668C; }
span { border-color: rgb(160,102,140); }
td.TdClassName
{
border-color: #A0668C;
}
.TagClassName
{
border-color: #A0668C;
}
</style>