Shades of Medium Orchid #AC43D5
Tints of Medium Orchid #AC43D5
RGB
CMYK
RGB Variations
Color information
#AC43D5 (or 0xAC43D5) is known color: Medium Orchid. HEX triplet: AC, 43 and D5. RGB value is (172,67,213). Sum of RGB (Red+Green+Blue) = 172+67+213=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC43D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43D5 is #53BC2A. Grayscale: #727272. Windows color (decimal): -5487659 or 13976492. OLE color: 13976492.
HSL color Cylindrical-coordinate representation of color #AC43D5: hue angle of 283.15º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC43D5 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 67 | 213 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.16 |
| HSL | 283.15º | 0.63% | 0.55% | - |
| HSV(B) | 283.15º | 0.69% | 0.84% | - |
| XYZ | 31.03 | 17.59 | 64.71 | - |
| YUV | 115.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 213 | 0.19 | 0.69 | 0 | 0.16 | 283.15 | 0.63 | 0.55 |
| Hex | AC | 43 | D5 | 13 | 45 | 0 | 10 | 11B | 3F | 37 |
| Octal | 254 | 103 | 325 | 23 | 105 | 0 | 20 | 433 | 77 | 67 |
| Binary | 10101100 | 1000011 | 11010101 | 10011 | 1000101 | 0 | 10000 | 100011011 | 111111 | 110111 |
Color Harmonies of #AC43D5
Complementary color
Monochromatic Colors of #AC43D5
Black with #AC43D5
Text Example
Text Example
White with #AC43D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC43D5; }
p { color: rgb(172,67,213); }
H1.HeaderClassName
{
color: #AC43D5;
}
.AnyTagClassName
{
color: #AC43D5;
}
</style>
background-color css
<style>
a { background-color: #AC43D5; }
a { background-color: rgb(172,67,213); }
div.DivClassName
{
background-color: #AC43D5;
}
.BgClassName
{
background-color: #AC43D5;
}
</style>
border-color css
<style>
span { border-color: #AC43D5; }
span { border-color: rgb(172,67,213); }
td.TdClassName
{
border-color: #AC43D5;
}
.TagClassName
{
border-color: #AC43D5;
}
</style>