Shades of Medium Red Violet #AA268A
Tints of Medium Red Violet #AA268A
RGB
CMYK
RGB Variations
Color information
#AA268A (or 0xAA268A) is known color: Medium Red Violet. HEX triplet: AA, 26 and 8A. RGB value is (170,38,138). Sum of RGB (Red+Green+Blue) = 170+38+138=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA268A is #55D975. Grayscale: #585858. Windows color (decimal): -5626230 or 9053866. OLE color: 9053866.
HSL color Cylindrical-coordinate representation of color #AA268A: hue angle of 314.55º degrees, saturation: 0.63, 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 #AA268A is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 138 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.33 |
| HSL | 314.55º | 0.63% | 0.41% | - |
| HSV(B) | 314.55º | 0.78% | 0.67% | - |
| XYZ | 21.86 | 11.77 | 25.16 | - |
| YUV | 88.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 138 | 0 | 0.78 | 0.19 | 0.33 | 314.55 | 0.63 | 0.41 |
| Hex | AA | 26 | 8A | 0 | 4E | 13 | 21 | 13B | 3F | 29 |
| Octal | 252 | 46 | 212 | 0 | 116 | 23 | 41 | 473 | 77 | 51 |
| Binary | 10101010 | 100110 | 10001010 | 0 | 1001110 | 10011 | 100001 | 100111011 | 111111 | 101001 |
Color Harmonies of #AA268A
Complementary color
Monochromatic Colors of #AA268A
Black with #AA268A
Text Example
Text Example
White with #AA268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA268A; }
p { color: rgb(170,38,138); }
H1.HeaderClassName
{
color: #AA268A;
}
.AnyTagClassName
{
color: #AA268A;
}
</style>
background-color css
<style>
a { background-color: #AA268A; }
a { background-color: rgb(170,38,138); }
div.DivClassName
{
background-color: #AA268A;
}
.BgClassName
{
background-color: #AA268A;
}
</style>
border-color css
<style>
span { border-color: #AA268A; }
span { border-color: rgb(170,38,138); }
td.TdClassName
{
border-color: #AA268A;
}
.TagClassName
{
border-color: #AA268A;
}
</style>