Shades of Strikemaster #A0667B
Tints of Strikemaster #A0667B
RGB
CMYK
RGB Variations
Color information
#A0667B (or 0xA0667B) is known color: Strikemaster. HEX triplet: A0, 66 and 7B. RGB value is (160,102,123). Sum of RGB (Red+Green+Blue) = 160+102+123=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0667B is #5F9984. Grayscale: #797979. Windows color (decimal): -6265221 or 8087200. OLE color: 8087200.
HSL color Cylindrical-coordinate representation of color #A0667B: hue angle of 338.28º 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 #A0667B is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 123 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.37 |
| HSL | 338.28º | 0.23% | 0.51% | - |
| HSV(B) | 338.28º | 0.36% | 0.63% | - |
| XYZ | 22.82 | 18.41 | 21.09 | - |
| YUV | 121.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 123 | 0 | 0.36 | 0.23 | 0.37 | 338.28 | 0.23 | 0.51 |
| Hex | A0 | 66 | 7B | 0 | 24 | 17 | 25 | 152 | 17 | 33 |
| Octal | 240 | 146 | 173 | 0 | 44 | 27 | 45 | 522 | 27 | 63 |
| Binary | 10100000 | 1100110 | 1111011 | 0 | 100100 | 10111 | 100101 | 101010010 | 10111 | 110011 |
Color Harmonies of #A0667B
Complementary color
Monochromatic Colors of #A0667B
Black with #A0667B
Text Example
Text Example
White with #A0667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0667B; }
p { color: rgb(160,102,123); }
H1.HeaderClassName
{
color: #A0667B;
}
.AnyTagClassName
{
color: #A0667B;
}
</style>
background-color css
<style>
a { background-color: #A0667B; }
a { background-color: rgb(160,102,123); }
div.DivClassName
{
background-color: #A0667B;
}
.BgClassName
{
background-color: #A0667B;
}
</style>
border-color css
<style>
span { border-color: #A0667B; }
span { border-color: rgb(160,102,123); }
td.TdClassName
{
border-color: #A0667B;
}
.TagClassName
{
border-color: #A0667B;
}
</style>