Shades of Medium Red Violet #AE269A
Tints of Medium Red Violet #AE269A
RGB
CMYK
RGB Variations
Color information
#AE269A (or 0xAE269A) is known color: Medium Red Violet. HEX triplet: AE, 26 and 9A. RGB value is (174,38,154). Sum of RGB (Red+Green+Blue) = 174+38+154=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE269A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE269A is #51D965. Grayscale: #5B5B5B. Windows color (decimal): -5364070 or 10102446. OLE color: 10102446.
HSL color Cylindrical-coordinate representation of color #AE269A: hue angle of 308.82º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE269A is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 154 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.32 |
| HSL | 308.82º | 0.64% | 0.42% | - |
| HSV(B) | 308.82º | 0.78% | 0.68% | - |
| XYZ | 23.98 | 12.72 | 31.76 | - |
| YUV | 91.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 154 | 0 | 0.78 | 0.11 | 0.32 | 308.82 | 0.64 | 0.42 |
| Hex | AE | 26 | 9A | 0 | 4E | B | 20 | 135 | 40 | 2A |
| Octal | 256 | 46 | 232 | 0 | 116 | 13 | 40 | 465 | 100 | 52 |
| Binary | 10101110 | 100110 | 10011010 | 0 | 1001110 | 1011 | 100000 | 100110101 | 1000000 | 101010 |
Color Harmonies of #AE269A
Complementary color
Monochromatic Colors of #AE269A
Black with #AE269A
Text Example
Text Example
White with #AE269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE269A; }
p { color: rgb(174,38,154); }
H1.HeaderClassName
{
color: #AE269A;
}
.AnyTagClassName
{
color: #AE269A;
}
</style>
background-color css
<style>
a { background-color: #AE269A; }
a { background-color: rgb(174,38,154); }
div.DivClassName
{
background-color: #AE269A;
}
.BgClassName
{
background-color: #AE269A;
}
</style>
border-color css
<style>
span { border-color: #AE269A; }
span { border-color: rgb(174,38,154); }
td.TdClassName
{
border-color: #AE269A;
}
.TagClassName
{
border-color: #AE269A;
}
</style>