Shades of Medium Red Violet #A4269C
Tints of Medium Red Violet #A4269C
RGB
CMYK
RGB Variations
Color information
#A4269C (or 0xA4269C) is known color: Medium Red Violet. HEX triplet: A4, 26 and 9C. RGB value is (164,38,156). Sum of RGB (Red+Green+Blue) = 164+38+156=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4269C is #5BD963. Grayscale: #585858. Windows color (decimal): -6019428 or 10233508. OLE color: 10233508.
HSL color Cylindrical-coordinate representation of color #A4269C: hue angle of 303.81º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4269C is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 38 | 156 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.36 |
| HSL | 303.81º | 0.62% | 0.4% | - |
| HSV(B) | 303.81º | 0.77% | 0.64% | - |
| XYZ | 22 | 11.68 | 32.55 | - |
| YUV | 89.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 156 | 0 | 0.77 | 0.05 | 0.36 | 303.81 | 0.62 | 0.4 |
| Hex | A4 | 26 | 9C | 0 | 4D | 5 | 24 | 130 | 3E | 28 |
| Octal | 244 | 46 | 234 | 0 | 115 | 5 | 44 | 460 | 76 | 50 |
| Binary | 10100100 | 100110 | 10011100 | 0 | 1001101 | 101 | 100100 | 100110000 | 111110 | 101000 |
Color Harmonies of #A4269C
Complementary color
Monochromatic Colors of #A4269C
Black with #A4269C
Text Example
Text Example
White with #A4269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4269C; }
p { color: rgb(164,38,156); }
H1.HeaderClassName
{
color: #A4269C;
}
.AnyTagClassName
{
color: #A4269C;
}
</style>
background-color css
<style>
a { background-color: #A4269C; }
a { background-color: rgb(164,38,156); }
div.DivClassName
{
background-color: #A4269C;
}
.BgClassName
{
background-color: #A4269C;
}
</style>
border-color css
<style>
span { border-color: #A4269C; }
span { border-color: rgb(164,38,156); }
td.TdClassName
{
border-color: #A4269C;
}
.TagClassName
{
border-color: #A4269C;
}
</style>