Shades of Medium Orchid #AC65C9
Tints of Medium Orchid #AC65C9
RGB
CMYK
RGB Variations
Color information
#AC65C9 (or 0xAC65C9) is known color: Medium Orchid. HEX triplet: AC, 65 and C9. RGB value is (172,101,201). Sum of RGB (Red+Green+Blue) = 172+101+201=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC65C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65C9 is #539A36. Grayscale: #858585. Windows color (decimal): -5478967 or 13198764. OLE color: 13198764.
HSL color Cylindrical-coordinate representation of color #AC65C9: hue angle of 282.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC65C9 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 101 | 201 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.21 |
| HSL | 282.6º | 0.48% | 0.59% | - |
| HSV(B) | 282.6º | 0.5% | 0.79% | - |
| XYZ | 32.21 | 22.3 | 57.86 | - |
| YUV | 133.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 201 | 0.14 | 0.50 | 0 | 0.21 | 282.6 | 0.48 | 0.59 |
| Hex | AC | 65 | C9 | E | 32 | 0 | 15 | 11B | 30 | 3B |
| Octal | 254 | 145 | 311 | 16 | 62 | 0 | 25 | 433 | 60 | 73 |
| Binary | 10101100 | 1100101 | 11001001 | 1110 | 110010 | 0 | 10101 | 100011011 | 110000 | 111011 |
Color Harmonies of #AC65C9
Complementary color
Monochromatic Colors of #AC65C9
Black with #AC65C9
Text Example
Text Example
White with #AC65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65C9; }
p { color: rgb(172,101,201); }
H1.HeaderClassName
{
color: #AC65C9;
}
.AnyTagClassName
{
color: #AC65C9;
}
</style>
background-color css
<style>
a { background-color: #AC65C9; }
a { background-color: rgb(172,101,201); }
div.DivClassName
{
background-color: #AC65C9;
}
.BgClassName
{
background-color: #AC65C9;
}
</style>
border-color css
<style>
span { border-color: #AC65C9; }
span { border-color: rgb(172,101,201); }
td.TdClassName
{
border-color: #AC65C9;
}
.TagClassName
{
border-color: #AC65C9;
}
</style>