Shades of Medium Red Violet #AE269C
Tints of Medium Red Violet #AE269C
RGB
CMYK
RGB Variations
Color information
#AE269C (or 0xAE269C) is known color: Medium Red Violet. HEX triplet: AE, 26 and 9C. RGB value is (174,38,156). Sum of RGB (Red+Green+Blue) = 174+38+156=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE269C is #51D963. Grayscale: #5B5B5B. Windows color (decimal): -5364068 or 10233518. OLE color: 10233518.
HSL color Cylindrical-coordinate representation of color #AE269C: hue angle of 307.94º 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 #AE269C is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 156 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.32 |
| HSL | 307.94º | 0.64% | 0.42% | - |
| HSV(B) | 307.94º | 0.78% | 0.68% | - |
| XYZ | 24.15 | 12.79 | 32.65 | - |
| YUV | 92.12 | 164.06 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 156 | 0 | 0.78 | 0.10 | 0.32 | 307.94 | 0.64 | 0.42 |
| Hex | AE | 26 | 9C | 0 | 4E | A | 20 | 134 | 40 | 2A |
| Octal | 256 | 46 | 234 | 0 | 116 | 12 | 40 | 464 | 100 | 52 |
| Binary | 10101110 | 100110 | 10011100 | 0 | 1001110 | 1010 | 100000 | 100110100 | 1000000 | 101010 |
Color Harmonies of #AE269C
Complementary color
Monochromatic Colors of #AE269C
Black with #AE269C
Text Example
Text Example
White with #AE269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE269C; }
p { color: rgb(174,38,156); }
H1.HeaderClassName
{
color: #AE269C;
}
.AnyTagClassName
{
color: #AE269C;
}
</style>
background-color css
<style>
a { background-color: #AE269C; }
a { background-color: rgb(174,38,156); }
div.DivClassName
{
background-color: #AE269C;
}
.BgClassName
{
background-color: #AE269C;
}
</style>
border-color css
<style>
span { border-color: #AE269C; }
span { border-color: rgb(174,38,156); }
td.TdClassName
{
border-color: #AE269C;
}
.TagClassName
{
border-color: #AE269C;
}
</style>