Shades of Medium Red Violet #A33698
Tints of Medium Red Violet #A33698
RGB
CMYK
RGB Variations
Color information
#A33698 (or 0xA33698) is known color: Medium Red Violet. HEX triplet: A3, 36 and 98. RGB value is (163,54,152). Sum of RGB (Red+Green+Blue) = 163+54+152=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A33698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33698 is #5CC967. Grayscale: #616161. Windows color (decimal): -6080872 or 9975459. OLE color: 9975459.
HSL color Cylindrical-coordinate representation of color #A33698: hue angle of 306.06º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33698 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 54 | 152 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.36 |
| HSL | 306.06º | 0.5% | 0.43% | - |
| HSV(B) | 306.06º | 0.67% | 0.64% | - |
| XYZ | 22.09 | 12.69 | 30.99 | - |
| YUV | 97.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 152 | 0 | 0.67 | 0.07 | 0.36 | 306.06 | 0.5 | 0.43 |
| Hex | A3 | 36 | 98 | 0 | 43 | 7 | 24 | 132 | 32 | 2B |
| Octal | 243 | 66 | 230 | 0 | 103 | 7 | 44 | 462 | 62 | 53 |
| Binary | 10100011 | 110110 | 10011000 | 0 | 1000011 | 111 | 100100 | 100110010 | 110010 | 101011 |
Color Harmonies of #A33698
Complementary color
Monochromatic Colors of #A33698
Black with #A33698
Text Example
Text Example
White with #A33698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33698; }
p { color: rgb(163,54,152); }
H1.HeaderClassName
{
color: #A33698;
}
.AnyTagClassName
{
color: #A33698;
}
</style>
background-color css
<style>
a { background-color: #A33698; }
a { background-color: rgb(163,54,152); }
div.DivClassName
{
background-color: #A33698;
}
.BgClassName
{
background-color: #A33698;
}
</style>
border-color css
<style>
span { border-color: #A33698; }
span { border-color: rgb(163,54,152); }
td.TdClassName
{
border-color: #A33698;
}
.TagClassName
{
border-color: #A33698;
}
</style>