Shades of Strikemaster #A35384
Tints of Strikemaster #A35384
RGB
CMYK
RGB Variations
Color information
#A35384 (or 0xA35384) is known color: Strikemaster. HEX triplet: A3, 53 and 84. RGB value is (163,83,132). Sum of RGB (Red+Green+Blue) = 163+83+132=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A35384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35384 is #5CAC7B. Grayscale: #707070. Windows color (decimal): -6073468 or 8672163. OLE color: 8672163.
HSL color Cylindrical-coordinate representation of color #A35384: hue angle of 323.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A35384 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 83 | 132 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.36 |
| HSL | 323.25º | 0.33% | 0.48% | - |
| HSV(B) | 323.25º | 0.49% | 0.64% | - |
| XYZ | 22.36 | 15.64 | 23.67 | - |
| YUV | 112.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 132 | 0 | 0.49 | 0.19 | 0.36 | 323.25 | 0.33 | 0.48 |
| Hex | A3 | 53 | 84 | 0 | 31 | 13 | 24 | 143 | 21 | 30 |
| Octal | 243 | 123 | 204 | 0 | 61 | 23 | 44 | 503 | 41 | 60 |
| Binary | 10100011 | 1010011 | 10000100 | 0 | 110001 | 10011 | 100100 | 101000011 | 100001 | 110000 |
Color Harmonies of #A35384
Complementary color
Monochromatic Colors of #A35384
Black with #A35384
Text Example
Text Example
White with #A35384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35384; }
p { color: rgb(163,83,132); }
H1.HeaderClassName
{
color: #A35384;
}
.AnyTagClassName
{
color: #A35384;
}
</style>
background-color css
<style>
a { background-color: #A35384; }
a { background-color: rgb(163,83,132); }
div.DivClassName
{
background-color: #A35384;
}
.BgClassName
{
background-color: #A35384;
}
</style>
border-color css
<style>
span { border-color: #A35384; }
span { border-color: rgb(163,83,132); }
td.TdClassName
{
border-color: #A35384;
}
.TagClassName
{
border-color: #A35384;
}
</style>