Shades of Medium Red Violet #AE26A8
Tints of Medium Red Violet #AE26A8
RGB
CMYK
RGB Variations
Color information
#AE26A8 (or 0xAE26A8) is known color: Medium Red Violet. HEX triplet: AE, 26 and A8. RGB value is (174,38,168). Sum of RGB (Red+Green+Blue) = 174+38+168=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE26A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE26A8 is #51D957. Grayscale: #5D5D5D. Windows color (decimal): -5364056 or 11019950. OLE color: 11019950.
HSL color Cylindrical-coordinate representation of color #AE26A8: hue angle of 302.65º 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 #AE26A8 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 168 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.32 |
| HSL | 302.65º | 0.64% | 0.42% | - |
| HSV(B) | 302.65º | 0.78% | 0.68% | - |
| XYZ | 25.22 | 13.21 | 38.27 | - |
| YUV | 93.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 168 | 0 | 0.78 | 0.03 | 0.32 | 302.65 | 0.64 | 0.42 |
| Hex | AE | 26 | A8 | 0 | 4E | 3 | 20 | 12F | 40 | 2A |
| Octal | 256 | 46 | 250 | 0 | 116 | 3 | 40 | 457 | 100 | 52 |
| Binary | 10101110 | 100110 | 10101000 | 0 | 1001110 | 11 | 100000 | 100101111 | 1000000 | 101010 |
Color Harmonies of #AE26A8
Complementary color
Monochromatic Colors of #AE26A8
Black with #AE26A8
Text Example
Text Example
White with #AE26A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE26A8; }
p { color: rgb(174,38,168); }
H1.HeaderClassName
{
color: #AE26A8;
}
.AnyTagClassName
{
color: #AE26A8;
}
</style>
background-color css
<style>
a { background-color: #AE26A8; }
a { background-color: rgb(174,38,168); }
div.DivClassName
{
background-color: #AE26A8;
}
.BgClassName
{
background-color: #AE26A8;
}
</style>
border-color css
<style>
span { border-color: #AE26A8; }
span { border-color: rgb(174,38,168); }
td.TdClassName
{
border-color: #AE26A8;
}
.TagClassName
{
border-color: #AE26A8;
}
</style>