Shades of Medium Orchid #AA60CC
Tints of Medium Orchid #AA60CC
RGB
CMYK
RGB Variations
Color information
#AA60CC (or 0xAA60CC) is known color: Medium Orchid. HEX triplet: AA, 60 and CC. RGB value is (170,96,204). Sum of RGB (Red+Green+Blue) = 170+96+204=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA60CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60CC is #559F33. Grayscale: #828282. Windows color (decimal): -5611316 or 13394090. OLE color: 13394090.
HSL color Cylindrical-coordinate representation of color #AA60CC: hue angle of 281.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA60CC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 96 | 204 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.2 |
| HSL | 281.11º | 0.51% | 0.59% | - |
| HSV(B) | 281.11º | 0.53% | 0.8% | - |
| XYZ | 31.66 | 21.27 | 59.56 | - |
| YUV | 130.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 204 | 0.17 | 0.53 | 0 | 0.2 | 281.11 | 0.51 | 0.59 |
| Hex | AA | 60 | CC | 11 | 35 | 0 | 14 | 119 | 33 | 3B |
| Octal | 252 | 140 | 314 | 21 | 65 | 0 | 24 | 431 | 63 | 73 |
| Binary | 10101010 | 1100000 | 11001100 | 10001 | 110101 | 0 | 10100 | 100011001 | 110011 | 111011 |
Color Harmonies of #AA60CC
Complementary color
Monochromatic Colors of #AA60CC
Black with #AA60CC
Text Example
Text Example
White with #AA60CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60CC; }
p { color: rgb(170,96,204); }
H1.HeaderClassName
{
color: #AA60CC;
}
.AnyTagClassName
{
color: #AA60CC;
}
</style>
background-color css
<style>
a { background-color: #AA60CC; }
a { background-color: rgb(170,96,204); }
div.DivClassName
{
background-color: #AA60CC;
}
.BgClassName
{
background-color: #AA60CC;
}
</style>
border-color css
<style>
span { border-color: #AA60CC; }
span { border-color: rgb(170,96,204); }
td.TdClassName
{
border-color: #AA60CC;
}
.TagClassName
{
border-color: #AA60CC;
}
</style>