Shades of Medium Red Violet #A33098
Tints of Medium Red Violet #A33098
RGB
CMYK
RGB Variations
Color information
#A33098 (or 0xA33098) is known color: Medium Red Violet. HEX triplet: A3, 30 and 98. RGB value is (163,48,152). Sum of RGB (Red+Green+Blue) = 163+48+152=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A33098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33098 is #5CCF67. Grayscale: #5D5D5D. Windows color (decimal): -6082408 or 9973923. OLE color: 9973923.
HSL color Cylindrical-coordinate representation of color #A33098: hue angle of 305.74º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33098 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 152 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.36 |
| HSL | 305.74º | 0.55% | 0.41% | - |
| HSV(B) | 305.74º | 0.71% | 0.64% | - |
| XYZ | 21.83 | 12.17 | 30.9 | - |
| YUV | 94.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 152 | 0 | 0.71 | 0.07 | 0.36 | 305.74 | 0.55 | 0.41 |
| Hex | A3 | 30 | 98 | 0 | 47 | 7 | 24 | 132 | 37 | 29 |
| Octal | 243 | 60 | 230 | 0 | 107 | 7 | 44 | 462 | 67 | 51 |
| Binary | 10100011 | 110000 | 10011000 | 0 | 1000111 | 111 | 100100 | 100110010 | 110111 | 101001 |
Color Harmonies of #A33098
Complementary color
Monochromatic Colors of #A33098
Black with #A33098
Text Example
Text Example
White with #A33098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33098; }
p { color: rgb(163,48,152); }
H1.HeaderClassName
{
color: #A33098;
}
.AnyTagClassName
{
color: #A33098;
}
</style>
background-color css
<style>
a { background-color: #A33098; }
a { background-color: rgb(163,48,152); }
div.DivClassName
{
background-color: #A33098;
}
.BgClassName
{
background-color: #A33098;
}
</style>
border-color css
<style>
span { border-color: #A33098; }
span { border-color: rgb(163,48,152); }
td.TdClassName
{
border-color: #A33098;
}
.TagClassName
{
border-color: #A33098;
}
</style>