Shades of Medium Orchid #AC43CB
Tints of Medium Orchid #AC43CB
RGB
CMYK
RGB Variations
Color information
#AC43CB (or 0xAC43CB) is known color: Medium Orchid. HEX triplet: AC, 43 and CB. RGB value is (172,67,203). Sum of RGB (Red+Green+Blue) = 172+67+203=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC43CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43CB is #53BC34. Grayscale: #717171. Windows color (decimal): -5487669 or 13321132. OLE color: 13321132.
HSL color Cylindrical-coordinate representation of color #AC43CB: hue angle of 286.32º 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 #AC43CB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 67 | 203 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.20 |
| HSL | 286.32º | 0.57% | 0.53% | - |
| HSV(B) | 286.32º | 0.67% | 0.8% | - |
| XYZ | 29.8 | 17.1 | 58.23 | - |
| YUV | 113.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 203 | 0.15 | 0.67 | 0 | 0.20 | 286.32 | 0.57 | 0.53 |
| Hex | AC | 43 | CB | F | 43 | 0 | 14 | 11E | 39 | 35 |
| Octal | 254 | 103 | 313 | 17 | 103 | 0 | 24 | 436 | 71 | 65 |
| Binary | 10101100 | 1000011 | 11001011 | 1111 | 1000011 | 0 | 10100 | 100011110 | 111001 | 110101 |
Color Harmonies of #AC43CB
Complementary color
Monochromatic Colors of #AC43CB
Black with #AC43CB
Text Example
Text Example
White with #AC43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC43CB; }
p { color: rgb(172,67,203); }
H1.HeaderClassName
{
color: #AC43CB;
}
.AnyTagClassName
{
color: #AC43CB;
}
</style>
background-color css
<style>
a { background-color: #AC43CB; }
a { background-color: rgb(172,67,203); }
div.DivClassName
{
background-color: #AC43CB;
}
.BgClassName
{
background-color: #AC43CB;
}
</style>
border-color css
<style>
span { border-color: #AC43CB; }
span { border-color: rgb(172,67,203); }
td.TdClassName
{
border-color: #AC43CB;
}
.TagClassName
{
border-color: #AC43CB;
}
</style>