Shades of Dark Orchid #AC3CCB
Tints of Dark Orchid #AC3CCB
RGB
CMYK
RGB Variations
Color information
#AC3CCB (or 0xAC3CCB) is known color: Dark Orchid. HEX triplet: AC, 3C and CB. RGB value is (172,60,203). Sum of RGB (Red+Green+Blue) = 172+60+203=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC3CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CCB is #53C334. Grayscale: #6D6D6D. Windows color (decimal): -5489461 or 13319340. OLE color: 13319340.
HSL color Cylindrical-coordinate representation of color #AC3CCB: hue angle of 286.99º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3CCB is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 60 | 203 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.20 |
| HSL | 286.99º | 0.58% | 0.52% | - |
| HSV(B) | 286.99º | 0.7% | 0.8% | - |
| XYZ | 29.41 | 16.31 | 58.1 | - |
| YUV | 109.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 203 | 0.15 | 0.70 | 0 | 0.20 | 286.99 | 0.58 | 0.52 |
| Hex | AC | 3C | CB | F | 46 | 0 | 14 | 11F | 3A | 34 |
| Octal | 254 | 74 | 313 | 17 | 106 | 0 | 24 | 437 | 72 | 64 |
| Binary | 10101100 | 111100 | 11001011 | 1111 | 1000110 | 0 | 10100 | 100011111 | 111010 | 110100 |
Color Harmonies of #AC3CCB
Complementary color
Monochromatic Colors of #AC3CCB
Black with #AC3CCB
Text Example
Text Example
White with #AC3CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CCB; }
p { color: rgb(172,60,203); }
H1.HeaderClassName
{
color: #AC3CCB;
}
.AnyTagClassName
{
color: #AC3CCB;
}
</style>
background-color css
<style>
a { background-color: #AC3CCB; }
a { background-color: rgb(172,60,203); }
div.DivClassName
{
background-color: #AC3CCB;
}
.BgClassName
{
background-color: #AC3CCB;
}
</style>
border-color css
<style>
span { border-color: #AC3CCB; }
span { border-color: rgb(172,60,203); }
td.TdClassName
{
border-color: #AC3CCB;
}
.TagClassName
{
border-color: #AC3CCB;
}
</style>