Shades of Medium Red Violet #A8257A
Tints of Medium Red Violet #A8257A
RGB
CMYK
RGB Variations
Color information
#A8257A (or 0xA8257A) is known color: Medium Red Violet. HEX triplet: A8, 25 and 7A. RGB value is (168,37,122). Sum of RGB (Red+Green+Blue) = 168+37+122=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8257A is #57DA85. Grayscale: #555555. Windows color (decimal): -5757574 or 8005032. OLE color: 8005032.
HSL color Cylindrical-coordinate representation of color #A8257A: hue angle of 321.07º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8257A is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 37 | 122 | - |
CMYK | 0 | 0.78 | 0.27 | 0.34 |
HSL | 321.07º | 0.64% | 0.4% | - |
HSV(B) | 321.07º | 0.78% | 0.66% | - |
XYZ | 20.32 | 11.05 | 19.47 | - |
YUV | 85.86 | 148.4 | 186.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 37 | 122 | 0 | 0.78 | 0.27 | 0.34 | 321.07 | 0.64 | 0.4 |
Hex | A8 | 25 | 7A | 0 | 4E | 1B | 22 | 141 | 40 | 28 |
Octal | 250 | 45 | 172 | 0 | 116 | 33 | 42 | 501 | 100 | 50 |
Binary | 10101000 | 100101 | 1111010 | 0 | 1001110 | 11011 | 100010 | 101000001 | 1000000 | 101000 |
Color Harmonies of #A8257A
Complementary color
Monochromatic Colors of #A8257A
Black with #A8257A
Text Example
Text Example
White with #A8257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8257A; }
p { color: rgb(168,37,122); }
H1.HeaderClassName
{
color: #A8257A;
}
.AnyTagClassName
{
color: #A8257A;
}
</style>
background-color css
<style>
a { background-color: #A8257A; }
a { background-color: rgb(168,37,122); }
div.DivClassName
{
background-color: #A8257A;
}
.BgClassName
{
background-color: #A8257A;
}
</style>
border-color css
<style>
span { border-color: #A8257A; }
span { border-color: rgb(168,37,122); }
td.TdClassName
{
border-color: #A8257A;
}
.TagClassName
{
border-color: #A8257A;
}
</style>