Shades of Dark Orchid #AC33CF
Tints of Dark Orchid #AC33CF
RGB
CMYK
RGB Variations
Color information
#AC33CF (or 0xAC33CF) is known color: Dark Orchid. HEX triplet: AC, 33 and CF. RGB value is (172,51,207). Sum of RGB (Red+Green+Blue) = 172+51+207=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC33CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33CF is #53CC30. Grayscale: #686868. Windows color (decimal): -5491761 or 13579180. OLE color: 13579180.
HSL color Cylindrical-coordinate representation of color #AC33CF: hue angle of 286.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC33CF is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 51 | 207 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.19 |
| HSL | 286.54º | 0.62% | 0.51% | - |
| HSV(B) | 286.54º | 0.75% | 0.81% | - |
| XYZ | 29.46 | 15.64 | 60.5 | - |
| YUV | 104.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 207 | 0.17 | 0.75 | 0 | 0.19 | 286.54 | 0.62 | 0.51 |
| Hex | AC | 33 | CF | 11 | 4B | 0 | 13 | 11F | 3E | 33 |
| Octal | 254 | 63 | 317 | 21 | 113 | 0 | 23 | 437 | 76 | 63 |
| Binary | 10101100 | 110011 | 11001111 | 10001 | 1001011 | 0 | 10011 | 100011111 | 111110 | 110011 |
Color Harmonies of #AC33CF
Complementary color
Monochromatic Colors of #AC33CF
Black with #AC33CF
Text Example
Text Example
White with #AC33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33CF; }
p { color: rgb(172,51,207); }
H1.HeaderClassName
{
color: #AC33CF;
}
.AnyTagClassName
{
color: #AC33CF;
}
</style>
background-color css
<style>
a { background-color: #AC33CF; }
a { background-color: rgb(172,51,207); }
div.DivClassName
{
background-color: #AC33CF;
}
.BgClassName
{
background-color: #AC33CF;
}
</style>
border-color css
<style>
span { border-color: #AC33CF; }
span { border-color: rgb(172,51,207); }
td.TdClassName
{
border-color: #AC33CF;
}
.TagClassName
{
border-color: #AC33CF;
}
</style>