Shades of Medium Orchid #AA5CCF
Tints of Medium Orchid #AA5CCF
RGB
CMYK
RGB Variations
Color information
#AA5CCF (or 0xAA5CCF) is known color: Medium Orchid. HEX triplet: AA, 5C and CF. RGB value is (170,92,207). Sum of RGB (Red+Green+Blue) = 170+92+207=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CCF is #55A330. Grayscale: #808080. Windows color (decimal): -5612337 or 13589674. OLE color: 13589674.
HSL color Cylindrical-coordinate representation of color #AA5CCF: hue angle of 280.7º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA5CCF is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 92 | 207 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.19 |
| HSL | 280.7º | 0.55% | 0.59% | - |
| HSV(B) | 280.7º | 0.56% | 0.81% | - |
| XYZ | 31.67 | 20.71 | 61.36 | - |
| YUV | 128.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 207 | 0.18 | 0.56 | 0 | 0.19 | 280.7 | 0.55 | 0.59 |
| Hex | AA | 5C | CF | 12 | 38 | 0 | 13 | 119 | 37 | 3B |
| Octal | 252 | 134 | 317 | 22 | 70 | 0 | 23 | 431 | 67 | 73 |
| Binary | 10101010 | 1011100 | 11001111 | 10010 | 111000 | 0 | 10011 | 100011001 | 110111 | 111011 |
Color Harmonies of #AA5CCF
Complementary color
Monochromatic Colors of #AA5CCF
Black with #AA5CCF
Text Example
Text Example
White with #AA5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CCF; }
p { color: rgb(170,92,207); }
H1.HeaderClassName
{
color: #AA5CCF;
}
.AnyTagClassName
{
color: #AA5CCF;
}
</style>
background-color css
<style>
a { background-color: #AA5CCF; }
a { background-color: rgb(170,92,207); }
div.DivClassName
{
background-color: #AA5CCF;
}
.BgClassName
{
background-color: #AA5CCF;
}
</style>
border-color css
<style>
span { border-color: #AA5CCF; }
span { border-color: rgb(170,92,207); }
td.TdClassName
{
border-color: #AA5CCF;
}
.TagClassName
{
border-color: #AA5CCF;
}
</style>