Shades of Dark Orchid #AC37CB
Tints of Dark Orchid #AC37CB
RGB
CMYK
RGB Variations
Color information
#AC37CB (or 0xAC37CB) is known color: Dark Orchid. HEX triplet: AC, 37 and CB. RGB value is (172,55,203). Sum of RGB (Red+Green+Blue) = 172+55+203=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC37CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37CB is #53C834. Grayscale: #6A6A6A. Windows color (decimal): -5490741 or 13318060. OLE color: 13318060.
HSL color Cylindrical-coordinate representation of color #AC37CB: hue angle of 287.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC37CB is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 55 | 203 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.20 |
| HSL | 287.43º | 0.59% | 0.51% | - |
| HSV(B) | 287.43º | 0.73% | 0.8% | - |
| XYZ | 29.16 | 15.81 | 58.02 | - |
| YUV | 106.86 | 182.26 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 203 | 0.15 | 0.73 | 0 | 0.20 | 287.43 | 0.59 | 0.51 |
| Hex | AC | 37 | CB | F | 49 | 0 | 14 | 11F | 3B | 33 |
| Octal | 254 | 67 | 313 | 17 | 111 | 0 | 24 | 437 | 73 | 63 |
| Binary | 10101100 | 110111 | 11001011 | 1111 | 1001001 | 0 | 10100 | 100011111 | 111011 | 110011 |
Color Harmonies of #AC37CB
Complementary color
Monochromatic Colors of #AC37CB
Black with #AC37CB
Text Example
Text Example
White with #AC37CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37CB; }
p { color: rgb(172,55,203); }
H1.HeaderClassName
{
color: #AC37CB;
}
.AnyTagClassName
{
color: #AC37CB;
}
</style>
background-color css
<style>
a { background-color: #AC37CB; }
a { background-color: rgb(172,55,203); }
div.DivClassName
{
background-color: #AC37CB;
}
.BgClassName
{
background-color: #AC37CB;
}
</style>
border-color css
<style>
span { border-color: #AC37CB; }
span { border-color: rgb(172,55,203); }
td.TdClassName
{
border-color: #AC37CB;
}
.TagClassName
{
border-color: #AC37CB;
}
</style>