Shades of Medium Orchid #AA4ACC
Tints of Medium Orchid #AA4ACC
RGB
CMYK
RGB Variations
Color information
#AA4ACC (or 0xAA4ACC) is known color: Medium Orchid. HEX triplet: AA, 4A and CC. RGB value is (170,74,204). Sum of RGB (Red+Green+Blue) = 170+74+204=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA4ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ACC is #55B533. Grayscale: #757575. Windows color (decimal): -5616948 or 13388458. OLE color: 13388458.
HSL color Cylindrical-coordinate representation of color #AA4ACC: hue angle of 284.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4ACC is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 74 | 204 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.2 |
| HSL | 284.31º | 0.56% | 0.55% | - |
| HSV(B) | 284.31º | 0.64% | 0.8% | - |
| XYZ | 29.93 | 17.8 | 58.99 | - |
| YUV | 117.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 204 | 0.17 | 0.64 | 0 | 0.2 | 284.31 | 0.56 | 0.55 |
| Hex | AA | 4A | CC | 11 | 40 | 0 | 14 | 11C | 38 | 37 |
| Octal | 252 | 112 | 314 | 21 | 100 | 0 | 24 | 434 | 70 | 67 |
| Binary | 10101010 | 1001010 | 11001100 | 10001 | 1000000 | 0 | 10100 | 100011100 | 111000 | 110111 |
Color Harmonies of #AA4ACC
Complementary color
Monochromatic Colors of #AA4ACC
Black with #AA4ACC
Text Example
Text Example
White with #AA4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ACC; }
p { color: rgb(170,74,204); }
H1.HeaderClassName
{
color: #AA4ACC;
}
.AnyTagClassName
{
color: #AA4ACC;
}
</style>
background-color css
<style>
a { background-color: #AA4ACC; }
a { background-color: rgb(170,74,204); }
div.DivClassName
{
background-color: #AA4ACC;
}
.BgClassName
{
background-color: #AA4ACC;
}
</style>
border-color css
<style>
span { border-color: #AA4ACC; }
span { border-color: rgb(170,74,204); }
td.TdClassName
{
border-color: #AA4ACC;
}
.TagClassName
{
border-color: #AA4ACC;
}
</style>