Shades of Medium Red Violet #A3269A
Tints of Medium Red Violet #A3269A
RGB
CMYK
RGB Variations
Color information
#A3269A (or 0xA3269A) is known color: Medium Red Violet. HEX triplet: A3, 26 and 9A. RGB value is (163,38,154). Sum of RGB (Red+Green+Blue) = 163+38+154=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3269A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3269A is #5CD965. Grayscale: #585858. Windows color (decimal): -6084966 or 10102435. OLE color: 10102435.
HSL color Cylindrical-coordinate representation of color #A3269A: hue angle of 304.32º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3269A is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 154 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.36 |
| HSL | 304.32º | 0.62% | 0.39% | - |
| HSV(B) | 304.32º | 0.77% | 0.64% | - |
| XYZ | 21.63 | 11.51 | 31.65 | - |
| YUV | 88.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 154 | 0 | 0.77 | 0.06 | 0.36 | 304.32 | 0.62 | 0.39 |
| Hex | A3 | 26 | 9A | 0 | 4D | 6 | 24 | 130 | 3E | 27 |
| Octal | 243 | 46 | 232 | 0 | 115 | 6 | 44 | 460 | 76 | 47 |
| Binary | 10100011 | 100110 | 10011010 | 0 | 1001101 | 110 | 100100 | 100110000 | 111110 | 100111 |
Color Harmonies of #A3269A
Complementary color
Monochromatic Colors of #A3269A
Black with #A3269A
Text Example
Text Example
White with #A3269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3269A; }
p { color: rgb(163,38,154); }
H1.HeaderClassName
{
color: #A3269A;
}
.AnyTagClassName
{
color: #A3269A;
}
</style>
background-color css
<style>
a { background-color: #A3269A; }
a { background-color: rgb(163,38,154); }
div.DivClassName
{
background-color: #A3269A;
}
.BgClassName
{
background-color: #A3269A;
}
</style>
border-color css
<style>
span { border-color: #A3269A; }
span { border-color: rgb(163,38,154); }
td.TdClassName
{
border-color: #A3269A;
}
.TagClassName
{
border-color: #A3269A;
}
</style>