Shades of Medium Orchid #AC61D2
Tints of Medium Orchid #AC61D2
RGB
CMYK
RGB Variations
Color information
#AC61D2 (or 0xAC61D2) is known color: Medium Orchid. HEX triplet: AC, 61 and D2. RGB value is (172,97,210). Sum of RGB (Red+Green+Blue) = 172+97+210=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC61D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61D2 is #539E2D. Grayscale: #838383. Windows color (decimal): -5479982 or 13787564. OLE color: 13787564.
HSL color Cylindrical-coordinate representation of color #AC61D2: hue angle of 279.82º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC61D2 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 97 | 210 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.18 |
| HSL | 279.82º | 0.56% | 0.6% | - |
| HSV(B) | 279.82º | 0.54% | 0.82% | - |
| XYZ | 32.92 | 21.97 | 63.48 | - |
| YUV | 132.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 210 | 0.18 | 0.54 | 0 | 0.18 | 279.82 | 0.56 | 0.6 |
| Hex | AC | 61 | D2 | 12 | 36 | 0 | 12 | 118 | 38 | 3C |
| Octal | 254 | 141 | 322 | 22 | 66 | 0 | 22 | 430 | 70 | 74 |
| Binary | 10101100 | 1100001 | 11010010 | 10010 | 110110 | 0 | 10010 | 100011000 | 111000 | 111100 |
Color Harmonies of #AC61D2
Complementary color
Monochromatic Colors of #AC61D2
Black with #AC61D2
Text Example
Text Example
White with #AC61D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC61D2; }
p { color: rgb(172,97,210); }
H1.HeaderClassName
{
color: #AC61D2;
}
.AnyTagClassName
{
color: #AC61D2;
}
</style>
background-color css
<style>
a { background-color: #AC61D2; }
a { background-color: rgb(172,97,210); }
div.DivClassName
{
background-color: #AC61D2;
}
.BgClassName
{
background-color: #AC61D2;
}
</style>
border-color css
<style>
span { border-color: #AC61D2; }
span { border-color: rgb(172,97,210); }
td.TdClassName
{
border-color: #AC61D2;
}
.TagClassName
{
border-color: #AC61D2;
}
</style>