Shades of Medium Red Violet #A33092
Tints of Medium Red Violet #A33092
RGB
CMYK
RGB Variations
Color information
#A33092 (or 0xA33092) is known color: Medium Red Violet. HEX triplet: A3, 30 and 92. RGB value is (163,48,146). Sum of RGB (Red+Green+Blue) = 163+48+146=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A33092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33092 is #5CCF6D. Grayscale: #5D5D5D. Windows color (decimal): -6082414 or 9580707. OLE color: 9580707.
HSL color Cylindrical-coordinate representation of color #A33092: hue angle of 308.87º 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 #A33092 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 146 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.36 |
| HSL | 308.87º | 0.55% | 0.41% | - |
| HSV(B) | 308.87º | 0.71% | 0.64% | - |
| XYZ | 21.35 | 11.98 | 28.38 | - |
| YUV | 93.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 146 | 0 | 0.71 | 0.10 | 0.36 | 308.87 | 0.55 | 0.41 |
| Hex | A3 | 30 | 92 | 0 | 47 | A | 24 | 135 | 37 | 29 |
| Octal | 243 | 60 | 222 | 0 | 107 | 12 | 44 | 465 | 67 | 51 |
| Binary | 10100011 | 110000 | 10010010 | 0 | 1000111 | 1010 | 100100 | 100110101 | 110111 | 101001 |
Color Harmonies of #A33092
Complementary color
Monochromatic Colors of #A33092
Black with #A33092
Text Example
Text Example
White with #A33092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33092; }
p { color: rgb(163,48,146); }
H1.HeaderClassName
{
color: #A33092;
}
.AnyTagClassName
{
color: #A33092;
}
</style>
background-color css
<style>
a { background-color: #A33092; }
a { background-color: rgb(163,48,146); }
div.DivClassName
{
background-color: #A33092;
}
.BgClassName
{
background-color: #A33092;
}
</style>
border-color css
<style>
span { border-color: #A33092; }
span { border-color: rgb(163,48,146); }
td.TdClassName
{
border-color: #A33092;
}
.TagClassName
{
border-color: #A33092;
}
</style>