Shades of Medium Orchid #AC42CB
Tints of Medium Orchid #AC42CB
RGB
CMYK
RGB Variations
Color information
#AC42CB (or 0xAC42CB) is known color: Medium Orchid. HEX triplet: AC, 42 and CB. RGB value is (172,66,203). Sum of RGB (Red+Green+Blue) = 172+66+203=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC42CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42CB is #53BD34. Grayscale: #707070. Windows color (decimal): -5487925 or 13320876. OLE color: 13320876.
HSL color Cylindrical-coordinate representation of color #AC42CB: hue angle of 286.42º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC42CB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 66 | 203 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.20 |
| HSL | 286.42º | 0.57% | 0.53% | - |
| HSV(B) | 286.42º | 0.67% | 0.8% | - |
| XYZ | 29.74 | 16.98 | 58.21 | - |
| YUV | 113.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 203 | 0.15 | 0.67 | 0 | 0.20 | 286.42 | 0.57 | 0.53 |
| Hex | AC | 42 | CB | F | 43 | 0 | 14 | 11E | 39 | 35 |
| Octal | 254 | 102 | 313 | 17 | 103 | 0 | 24 | 436 | 71 | 65 |
| Binary | 10101100 | 1000010 | 11001011 | 1111 | 1000011 | 0 | 10100 | 100011110 | 111001 | 110101 |
Color Harmonies of #AC42CB
Complementary color
Monochromatic Colors of #AC42CB
Black with #AC42CB
Text Example
Text Example
White with #AC42CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42CB; }
p { color: rgb(172,66,203); }
H1.HeaderClassName
{
color: #AC42CB;
}
.AnyTagClassName
{
color: #AC42CB;
}
</style>
background-color css
<style>
a { background-color: #AC42CB; }
a { background-color: rgb(172,66,203); }
div.DivClassName
{
background-color: #AC42CB;
}
.BgClassName
{
background-color: #AC42CB;
}
</style>
border-color css
<style>
span { border-color: #AC42CB; }
span { border-color: rgb(172,66,203); }
td.TdClassName
{
border-color: #AC42CB;
}
.TagClassName
{
border-color: #AC42CB;
}
</style>