Shades of Medium Red Violet #A828A3
Tints of Medium Red Violet #A828A3
RGB
CMYK
RGB Variations
Color information
#A828A3 (or 0xA828A3) is known color: Medium Red Violet. HEX triplet: A8, 28 and A3. RGB value is (168,40,163). Sum of RGB (Red+Green+Blue) = 168+40+163=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A828A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A828A3 is #57D75C. Grayscale: #5B5B5B. Windows color (decimal): -5756765 or 10692776. OLE color: 10692776.
HSL color Cylindrical-coordinate representation of color #A828A3: hue angle of 302.34º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A828A3 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 163 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.34 |
| HSL | 302.34º | 0.62% | 0.41% | - |
| HSV(B) | 302.34º | 0.76% | 0.66% | - |
| XYZ | 23.52 | 12.49 | 35.82 | - |
| YUV | 92.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 163 | 0 | 0.76 | 0.03 | 0.34 | 302.34 | 0.62 | 0.41 |
| Hex | A8 | 28 | A3 | 0 | 4C | 3 | 22 | 12E | 3E | 29 |
| Octal | 250 | 50 | 243 | 0 | 114 | 3 | 42 | 456 | 76 | 51 |
| Binary | 10101000 | 101000 | 10100011 | 0 | 1001100 | 11 | 100010 | 100101110 | 111110 | 101001 |
Color Harmonies of #A828A3
Complementary color
Monochromatic Colors of #A828A3
Black with #A828A3
Text Example
Text Example
White with #A828A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828A3; }
p { color: rgb(168,40,163); }
H1.HeaderClassName
{
color: #A828A3;
}
.AnyTagClassName
{
color: #A828A3;
}
</style>
background-color css
<style>
a { background-color: #A828A3; }
a { background-color: rgb(168,40,163); }
div.DivClassName
{
background-color: #A828A3;
}
.BgClassName
{
background-color: #A828A3;
}
</style>
border-color css
<style>
span { border-color: #A828A3; }
span { border-color: rgb(168,40,163); }
td.TdClassName
{
border-color: #A828A3;
}
.TagClassName
{
border-color: #A828A3;
}
</style>