Shades of Medium Red Violet #A33881
Tints of Medium Red Violet #A33881
RGB
CMYK
RGB Variations
Color information
#A33881 (or 0xA33881) is known color: Medium Red Violet. HEX triplet: A3, 38 and 81. RGB value is (163,56,129). Sum of RGB (Red+Green+Blue) = 163+56+129=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A33881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33881 is #5CC77E. Grayscale: #606060. Windows color (decimal): -6080383 or 8468643. OLE color: 8468643.
HSL color Cylindrical-coordinate representation of color #A33881: hue angle of 319.07º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33881 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 56 | 129 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.36 |
| HSL | 319.07º | 0.49% | 0.43% | - |
| HSV(B) | 319.07º | 0.66% | 0.64% | - |
| XYZ | 20.48 | 12.2 | 22.04 | - |
| YUV | 96.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 129 | 0 | 0.66 | 0.21 | 0.36 | 319.07 | 0.49 | 0.43 |
| Hex | A3 | 38 | 81 | 0 | 42 | 15 | 24 | 13F | 31 | 2B |
| Octal | 243 | 70 | 201 | 0 | 102 | 25 | 44 | 477 | 61 | 53 |
| Binary | 10100011 | 111000 | 10000001 | 0 | 1000010 | 10101 | 100100 | 100111111 | 110001 | 101011 |
Color Harmonies of #A33881
Complementary color
Monochromatic Colors of #A33881
Black with #A33881
Text Example
Text Example
White with #A33881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33881; }
p { color: rgb(163,56,129); }
H1.HeaderClassName
{
color: #A33881;
}
.AnyTagClassName
{
color: #A33881;
}
</style>
background-color css
<style>
a { background-color: #A33881; }
a { background-color: rgb(163,56,129); }
div.DivClassName
{
background-color: #A33881;
}
.BgClassName
{
background-color: #A33881;
}
</style>
border-color css
<style>
span { border-color: #A33881; }
span { border-color: rgb(163,56,129); }
td.TdClassName
{
border-color: #A33881;
}
.TagClassName
{
border-color: #A33881;
}
</style>