Shades of Medium Red Violet #A7269C
Tints of Medium Red Violet #A7269C
RGB
CMYK
RGB Variations
Color information
#A7269C (or 0xA7269C) is known color: Medium Red Violet. HEX triplet: A7, 26 and 9C. RGB value is (167,38,156). Sum of RGB (Red+Green+Blue) = 167+38+156=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7269C is #58D963. Grayscale: #595959. Windows color (decimal): -5822820 or 10233511. OLE color: 10233511.
HSL color Cylindrical-coordinate representation of color #A7269C: hue angle of 305.12º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7269C is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 38 | 156 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.35 |
| HSL | 305.12º | 0.63% | 0.4% | - |
| HSV(B) | 305.12º | 0.77% | 0.65% | - |
| XYZ | 22.63 | 12 | 32.58 | - |
| YUV | 90.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 156 | 0 | 0.77 | 0.07 | 0.35 | 305.12 | 0.63 | 0.4 |
| Hex | A7 | 26 | 9C | 0 | 4D | 7 | 23 | 131 | 3F | 28 |
| Octal | 247 | 46 | 234 | 0 | 115 | 7 | 43 | 461 | 77 | 50 |
| Binary | 10100111 | 100110 | 10011100 | 0 | 1001101 | 111 | 100011 | 100110001 | 111111 | 101000 |
Color Harmonies of #A7269C
Complementary color
Monochromatic Colors of #A7269C
Black with #A7269C
Text Example
Text Example
White with #A7269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7269C; }
p { color: rgb(167,38,156); }
H1.HeaderClassName
{
color: #A7269C;
}
.AnyTagClassName
{
color: #A7269C;
}
</style>
background-color css
<style>
a { background-color: #A7269C; }
a { background-color: rgb(167,38,156); }
div.DivClassName
{
background-color: #A7269C;
}
.BgClassName
{
background-color: #A7269C;
}
</style>
border-color css
<style>
span { border-color: #A7269C; }
span { border-color: rgb(167,38,156); }
td.TdClassName
{
border-color: #A7269C;
}
.TagClassName
{
border-color: #A7269C;
}
</style>