Shades of Dark Orchid #AC35DB
Tints of Dark Orchid #AC35DB
RGB
CMYK
RGB Variations
Color information
#AC35DB (or 0xAC35DB) is known color: Dark Orchid. HEX triplet: AC, 35 and DB. RGB value is (172,53,219). Sum of RGB (Red+Green+Blue) = 172+53+219=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC35DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC35DB is #53CA24. Grayscale: #6A6A6A. Windows color (decimal): -5491237 or 14366124. OLE color: 14366124.
HSL color Cylindrical-coordinate representation of color #AC35DB: hue angle of 283.01º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC35DB is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 53 | 219 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.14 |
| HSL | 283.01º | 0.7% | 0.53% | - |
| HSV(B) | 283.01º | 0.76% | 0.86% | - |
| XYZ | 31.07 | 16.43 | 68.55 | - |
| YUV | 107.51 | 190.92 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 219 | 0.21 | 0.76 | 0 | 0.14 | 283.01 | 0.7 | 0.53 |
| Hex | AC | 35 | DB | 15 | 4C | 0 | E | 11B | 46 | 35 |
| Octal | 254 | 65 | 333 | 25 | 114 | 0 | 16 | 433 | 106 | 65 |
| Binary | 10101100 | 110101 | 11011011 | 10101 | 1001100 | 0 | 1110 | 100011011 | 1000110 | 110101 |
Color Harmonies of #AC35DB
Complementary color
Monochromatic Colors of #AC35DB
Black with #AC35DB
Text Example
Text Example
White with #AC35DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC35DB; }
p { color: rgb(172,53,219); }
H1.HeaderClassName
{
color: #AC35DB;
}
.AnyTagClassName
{
color: #AC35DB;
}
</style>
background-color css
<style>
a { background-color: #AC35DB; }
a { background-color: rgb(172,53,219); }
div.DivClassName
{
background-color: #AC35DB;
}
.BgClassName
{
background-color: #AC35DB;
}
</style>
border-color css
<style>
span { border-color: #AC35DB; }
span { border-color: rgb(172,53,219); }
td.TdClassName
{
border-color: #AC35DB;
}
.TagClassName
{
border-color: #AC35DB;
}
</style>