Shades of Dark Orchid #AC30CF
Tints of Dark Orchid #AC30CF
RGB
CMYK
RGB Variations
Color information
#AC30CF (or 0xAC30CF) is known color: Dark Orchid. HEX triplet: AC, 30 and CF. RGB value is (172,48,207). Sum of RGB (Red+Green+Blue) = 172+48+207=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC30CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC30CF is #53CF30. Grayscale: #666666. Windows color (decimal): -5492529 or 13578412. OLE color: 13578412.
HSL color Cylindrical-coordinate representation of color #AC30CF: hue angle of 286.79º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC30CF is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 48 | 207 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.19 |
| HSL | 286.79º | 0.62% | 0.5% | - |
| HSV(B) | 286.79º | 0.77% | 0.81% | - |
| XYZ | 29.33 | 15.39 | 60.46 | - |
| YUV | 103.2 | 186.58 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 207 | 0.17 | 0.77 | 0 | 0.19 | 286.79 | 0.62 | 0.5 |
| Hex | AC | 30 | CF | 11 | 4D | 0 | 13 | 11F | 3E | 32 |
| Octal | 254 | 60 | 317 | 21 | 115 | 0 | 23 | 437 | 76 | 62 |
| Binary | 10101100 | 110000 | 11001111 | 10001 | 1001101 | 0 | 10011 | 100011111 | 111110 | 110010 |
Color Harmonies of #AC30CF
Complementary color
Monochromatic Colors of #AC30CF
Black with #AC30CF
Text Example
Text Example
White with #AC30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC30CF; }
p { color: rgb(172,48,207); }
H1.HeaderClassName
{
color: #AC30CF;
}
.AnyTagClassName
{
color: #AC30CF;
}
</style>
background-color css
<style>
a { background-color: #AC30CF; }
a { background-color: rgb(172,48,207); }
div.DivClassName
{
background-color: #AC30CF;
}
.BgClassName
{
background-color: #AC30CF;
}
</style>
border-color css
<style>
span { border-color: #AC30CF; }
span { border-color: rgb(172,48,207); }
td.TdClassName
{
border-color: #AC30CF;
}
.TagClassName
{
border-color: #AC30CF;
}
</style>