Shades of Medium Orchid #AC42DA
Tints of Medium Orchid #AC42DA
RGB
CMYK
RGB Variations
Color information
#AC42DA (or 0xAC42DA) is known color: Medium Orchid. HEX triplet: AC, 42 and DA. RGB value is (172,66,218). Sum of RGB (Red+Green+Blue) = 172+66+218=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC42DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42DA is #53BD25. Grayscale: #727272. Windows color (decimal): -5487910 or 14303916. OLE color: 14303916.
HSL color Cylindrical-coordinate representation of color #AC42DA: hue angle of 281.84º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC42DA is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 66 | 218 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.15 |
| HSL | 281.84º | 0.67% | 0.56% | - |
| HSV(B) | 281.84º | 0.7% | 0.85% | - |
| XYZ | 31.62 | 17.73 | 68.09 | - |
| YUV | 115.02 | 186.12 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 218 | 0.21 | 0.70 | 0 | 0.15 | 281.84 | 0.67 | 0.56 |
| Hex | AC | 42 | DA | 15 | 46 | 0 | F | 11A | 43 | 38 |
| Octal | 254 | 102 | 332 | 25 | 106 | 0 | 17 | 432 | 103 | 70 |
| Binary | 10101100 | 1000010 | 11011010 | 10101 | 1000110 | 0 | 1111 | 100011010 | 1000011 | 111000 |
Color Harmonies of #AC42DA
Complementary color
Monochromatic Colors of #AC42DA
Black with #AC42DA
Text Example
Text Example
White with #AC42DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42DA; }
p { color: rgb(172,66,218); }
H1.HeaderClassName
{
color: #AC42DA;
}
.AnyTagClassName
{
color: #AC42DA;
}
</style>
background-color css
<style>
a { background-color: #AC42DA; }
a { background-color: rgb(172,66,218); }
div.DivClassName
{
background-color: #AC42DA;
}
.BgClassName
{
background-color: #AC42DA;
}
</style>
border-color css
<style>
span { border-color: #AC42DA; }
span { border-color: rgb(172,66,218); }
td.TdClassName
{
border-color: #AC42DA;
}
.TagClassName
{
border-color: #AC42DA;
}
</style>