Shades of Medium Red Violet #A926A3
Tints of Medium Red Violet #A926A3
RGB
CMYK
RGB Variations
Color information
#A926A3 (or 0xA926A3) is known color: Medium Red Violet. HEX triplet: A9, 26 and A3. RGB value is (169,38,163). Sum of RGB (Red+Green+Blue) = 169+38+163=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A926A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A926A3 is #56D95C. Grayscale: #5B5B5B. Windows color (decimal): -5691741 or 10692265. OLE color: 10692265.
HSL color Cylindrical-coordinate representation of color #A926A3: hue angle of 302.75º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A926A3 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 38 | 163 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.34 |
| HSL | 302.75º | 0.63% | 0.41% | - |
| HSV(B) | 302.75º | 0.78% | 0.66% | - |
| XYZ | 23.67 | 12.47 | 35.81 | - |
| YUV | 91.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 163 | 0 | 0.78 | 0.04 | 0.34 | 302.75 | 0.63 | 0.41 |
| Hex | A9 | 26 | A3 | 0 | 4E | 4 | 22 | 12F | 3F | 29 |
| Octal | 251 | 46 | 243 | 0 | 116 | 4 | 42 | 457 | 77 | 51 |
| Binary | 10101001 | 100110 | 10100011 | 0 | 1001110 | 100 | 100010 | 100101111 | 111111 | 101001 |
Color Harmonies of #A926A3
Complementary color
Monochromatic Colors of #A926A3
Black with #A926A3
Text Example
Text Example
White with #A926A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926A3; }
p { color: rgb(169,38,163); }
H1.HeaderClassName
{
color: #A926A3;
}
.AnyTagClassName
{
color: #A926A3;
}
</style>
background-color css
<style>
a { background-color: #A926A3; }
a { background-color: rgb(169,38,163); }
div.DivClassName
{
background-color: #A926A3;
}
.BgClassName
{
background-color: #A926A3;
}
</style>
border-color css
<style>
span { border-color: #A926A3; }
span { border-color: rgb(169,38,163); }
td.TdClassName
{
border-color: #A926A3;
}
.TagClassName
{
border-color: #A926A3;
}
</style>