Shades of Dark Orchid #AC34BC
Tints of Dark Orchid #AC34BC
RGB
CMYK
RGB Variations
Color information
#AC34BC (or 0xAC34BC) is known color: Dark Orchid. HEX triplet: AC, 34 and BC. RGB value is (172,52,188). Sum of RGB (Red+Green+Blue) = 172+52+188=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC34BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34BC is #53CB43. Grayscale: #666666. Windows color (decimal): -5491524 or 12334252. OLE color: 12334252.
HSL color Cylindrical-coordinate representation of color #AC34BC: hue angle of 292.94º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC34BC is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 52 | 188 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.26 |
| HSL | 292.94º | 0.57% | 0.47% | - |
| HSV(B) | 292.94º | 0.72% | 0.74% | - |
| XYZ | 27.32 | 14.86 | 49 | - |
| YUV | 103.38 | 175.76 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 188 | 0.09 | 0.72 | 0 | 0.26 | 292.94 | 0.57 | 0.47 |
| Hex | AC | 34 | BC | 9 | 48 | 0 | 1A | 125 | 39 | 2F |
| Octal | 254 | 64 | 274 | 11 | 110 | 0 | 32 | 445 | 71 | 57 |
| Binary | 10101100 | 110100 | 10111100 | 1001 | 1001000 | 0 | 11010 | 100100101 | 111001 | 101111 |
Color Harmonies of #AC34BC
Complementary color
Monochromatic Colors of #AC34BC
Black with #AC34BC
Text Example
Text Example
White with #AC34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC34BC; }
p { color: rgb(172,52,188); }
H1.HeaderClassName
{
color: #AC34BC;
}
.AnyTagClassName
{
color: #AC34BC;
}
</style>
background-color css
<style>
a { background-color: #AC34BC; }
a { background-color: rgb(172,52,188); }
div.DivClassName
{
background-color: #AC34BC;
}
.BgClassName
{
background-color: #AC34BC;
}
</style>
border-color css
<style>
span { border-color: #AC34BC; }
span { border-color: rgb(172,52,188); }
td.TdClassName
{
border-color: #AC34BC;
}
.TagClassName
{
border-color: #AC34BC;
}
</style>