Shades of Medium Orchid #AC48CA
Tints of Medium Orchid #AC48CA
RGB
CMYK
RGB Variations
Color information
#AC48CA (or 0xAC48CA) is known color: Medium Orchid. HEX triplet: AC, 48 and CA. RGB value is (172,72,202). Sum of RGB (Red+Green+Blue) = 172+72+202=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC48CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48CA is #53B735. Grayscale: #747474. Windows color (decimal): -5486390 or 13256876. OLE color: 13256876.
HSL color Cylindrical-coordinate representation of color #AC48CA: hue angle of 286.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC48CA is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 72 | 202 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.21 |
| HSL | 286.15º | 0.55% | 0.54% | - |
| HSV(B) | 286.15º | 0.64% | 0.79% | - |
| XYZ | 29.99 | 17.67 | 57.71 | - |
| YUV | 116.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 202 | 0.15 | 0.64 | 0 | 0.21 | 286.15 | 0.55 | 0.54 |
| Hex | AC | 48 | CA | F | 40 | 0 | 15 | 11E | 37 | 36 |
| Octal | 254 | 110 | 312 | 17 | 100 | 0 | 25 | 436 | 67 | 66 |
| Binary | 10101100 | 1001000 | 11001010 | 1111 | 1000000 | 0 | 10101 | 100011110 | 110111 | 110110 |
Color Harmonies of #AC48CA
Complementary color
Monochromatic Colors of #AC48CA
Black with #AC48CA
Text Example
Text Example
White with #AC48CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC48CA; }
p { color: rgb(172,72,202); }
H1.HeaderClassName
{
color: #AC48CA;
}
.AnyTagClassName
{
color: #AC48CA;
}
</style>
background-color css
<style>
a { background-color: #AC48CA; }
a { background-color: rgb(172,72,202); }
div.DivClassName
{
background-color: #AC48CA;
}
.BgClassName
{
background-color: #AC48CA;
}
</style>
border-color css
<style>
span { border-color: #AC48CA; }
span { border-color: rgb(172,72,202); }
td.TdClassName
{
border-color: #AC48CA;
}
.TagClassName
{
border-color: #AC48CA;
}
</style>