Shades of Medium Red Violet #AA268C
Tints of Medium Red Violet #AA268C
RGB
CMYK
RGB Variations
Color information
#AA268C (or 0xAA268C) is known color: Medium Red Violet. HEX triplet: AA, 26 and 8C. RGB value is (170,38,140). Sum of RGB (Red+Green+Blue) = 170+38+140=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA268C is #55D973. Grayscale: #585858. Windows color (decimal): -5626228 or 9184938. OLE color: 9184938.
HSL color Cylindrical-coordinate representation of color #AA268C: hue angle of 313.64º 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 #AA268C is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 140 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.33 |
| HSL | 313.64º | 0.63% | 0.41% | - |
| HSV(B) | 313.64º | 0.78% | 0.67% | - |
| XYZ | 22 | 11.83 | 25.93 | - |
| YUV | 89.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 140 | 0 | 0.78 | 0.18 | 0.33 | 313.64 | 0.63 | 0.41 |
| Hex | AA | 26 | 8C | 0 | 4E | 12 | 21 | 13A | 3F | 29 |
| Octal | 252 | 46 | 214 | 0 | 116 | 22 | 41 | 472 | 77 | 51 |
| Binary | 10101010 | 100110 | 10001100 | 0 | 1001110 | 10010 | 100001 | 100111010 | 111111 | 101001 |
Color Harmonies of #AA268C
Complementary color
Monochromatic Colors of #AA268C
Black with #AA268C
Text Example
Text Example
White with #AA268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA268C; }
p { color: rgb(170,38,140); }
H1.HeaderClassName
{
color: #AA268C;
}
.AnyTagClassName
{
color: #AA268C;
}
</style>
background-color css
<style>
a { background-color: #AA268C; }
a { background-color: rgb(170,38,140); }
div.DivClassName
{
background-color: #AA268C;
}
.BgClassName
{
background-color: #AA268C;
}
</style>
border-color css
<style>
span { border-color: #AA268C; }
span { border-color: rgb(170,38,140); }
td.TdClassName
{
border-color: #AA268C;
}
.TagClassName
{
border-color: #AA268C;
}
</style>