Shades of Dark Orchid #AC3BED
Tints of Dark Orchid #AC3BED
RGB
CMYK
RGB Variations
Color information
#AC3BED (or 0xAC3BED) is known color: Dark Orchid. HEX triplet: AC, 3B and ED. RGB value is (172,59,237). Sum of RGB (Red+Green+Blue) = 172+59+237=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC3BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3BED is #53C412. Grayscale: #707070. Windows color (decimal): -5489683 or 15547308. OLE color: 15547308.
HSL color Cylindrical-coordinate representation of color #AC3BED: hue angle of 278.09º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC3BED is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 59 | 237 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.07 |
| HSL | 278.09º | 0.83% | 0.58% | - |
| HSV(B) | 278.09º | 0.75% | 0.93% | - |
| XYZ | 33.86 | 18.01 | 81.81 | - |
| YUV | 113.08 | 197.94 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 237 | 0.27 | 0.75 | 0 | 0.07 | 278.09 | 0.83 | 0.58 |
| Hex | AC | 3B | ED | 1B | 4B | 0 | 7 | 116 | 53 | 3A |
| Octal | 254 | 73 | 355 | 33 | 113 | 0 | 7 | 426 | 123 | 72 |
| Binary | 10101100 | 111011 | 11101101 | 11011 | 1001011 | 0 | 111 | 100010110 | 1010011 | 111010 |
Color Harmonies of #AC3BED
Complementary color
Monochromatic Colors of #AC3BED
Black with #AC3BED
Text Example
Text Example
White with #AC3BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3BED; }
p { color: rgb(172,59,237); }
H1.HeaderClassName
{
color: #AC3BED;
}
.AnyTagClassName
{
color: #AC3BED;
}
</style>
background-color css
<style>
a { background-color: #AC3BED; }
a { background-color: rgb(172,59,237); }
div.DivClassName
{
background-color: #AC3BED;
}
.BgClassName
{
background-color: #AC3BED;
}
</style>
border-color css
<style>
span { border-color: #AC3BED; }
span { border-color: rgb(172,59,237); }
td.TdClassName
{
border-color: #AC3BED;
}
.TagClassName
{
border-color: #AC3BED;
}
</style>