Shades of Medium Red Violet #AC269B
Tints of Medium Red Violet #AC269B
RGB
CMYK
RGB Variations
Color information
#AC269B (or 0xAC269B) is known color: Medium Red Violet. HEX triplet: AC, 26 and 9B. RGB value is (172,38,155). Sum of RGB (Red+Green+Blue) = 172+38+155=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC269B is #53D964. Grayscale: #5B5B5B. Windows color (decimal): -5495141 or 10167980. OLE color: 10167980.
HSL color Cylindrical-coordinate representation of color #AC269B: hue angle of 307.61º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC269B is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 155 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.33 |
| HSL | 307.61º | 0.64% | 0.41% | - |
| HSV(B) | 307.61º | 0.78% | 0.67% | - |
| XYZ | 23.62 | 12.52 | 32.18 | - |
| YUV | 91.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 155 | 0 | 0.78 | 0.10 | 0.33 | 307.61 | 0.64 | 0.41 |
| Hex | AC | 26 | 9B | 0 | 4E | A | 21 | 134 | 40 | 29 |
| Octal | 254 | 46 | 233 | 0 | 116 | 12 | 41 | 464 | 100 | 51 |
| Binary | 10101100 | 100110 | 10011011 | 0 | 1001110 | 1010 | 100001 | 100110100 | 1000000 | 101001 |
Color Harmonies of #AC269B
Complementary color
Monochromatic Colors of #AC269B
Black with #AC269B
Text Example
Text Example
White with #AC269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC269B; }
p { color: rgb(172,38,155); }
H1.HeaderClassName
{
color: #AC269B;
}
.AnyTagClassName
{
color: #AC269B;
}
</style>
background-color css
<style>
a { background-color: #AC269B; }
a { background-color: rgb(172,38,155); }
div.DivClassName
{
background-color: #AC269B;
}
.BgClassName
{
background-color: #AC269B;
}
</style>
border-color css
<style>
span { border-color: #AC269B; }
span { border-color: rgb(172,38,155); }
td.TdClassName
{
border-color: #AC269B;
}
.TagClassName
{
border-color: #AC269B;
}
</style>