Shades of Dark Orchid #AD2CCA
Tints of Dark Orchid #AD2CCA
RGB
CMYK
RGB Variations
Color information
#AD2CCA (or 0xAD2CCA) is known color: Dark Orchid. HEX triplet: AD, 2C and CA. RGB value is (173,44,202). Sum of RGB (Red+Green+Blue) = 173+44+202=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD2CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CCA is #52D335. Grayscale: #646464. Windows color (decimal): -5428022 or 13249709. OLE color: 13249709.
HSL color Cylindrical-coordinate representation of color #AD2CCA: hue angle of 288.99º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2CCA is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 44 | 202 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.21 |
| HSL | 288.99º | 0.64% | 0.48% | - |
| HSV(B) | 288.99º | 0.78% | 0.79% | - |
| XYZ | 28.79 | 14.95 | 57.25 | - |
| YUV | 100.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 202 | 0.14 | 0.78 | 0 | 0.21 | 288.99 | 0.64 | 0.48 |
| Hex | AD | 2C | CA | E | 4E | 0 | 15 | 121 | 40 | 30 |
| Octal | 255 | 54 | 312 | 16 | 116 | 0 | 25 | 441 | 100 | 60 |
| Binary | 10101101 | 101100 | 11001010 | 1110 | 1001110 | 0 | 10101 | 100100001 | 1000000 | 110000 |
Color Harmonies of #AD2CCA
Complementary color
Monochromatic Colors of #AD2CCA
Black with #AD2CCA
Text Example
Text Example
White with #AD2CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CCA; }
p { color: rgb(173,44,202); }
H1.HeaderClassName
{
color: #AD2CCA;
}
.AnyTagClassName
{
color: #AD2CCA;
}
</style>
background-color css
<style>
a { background-color: #AD2CCA; }
a { background-color: rgb(173,44,202); }
div.DivClassName
{
background-color: #AD2CCA;
}
.BgClassName
{
background-color: #AD2CCA;
}
</style>
border-color css
<style>
span { border-color: #AD2CCA; }
span { border-color: rgb(173,44,202); }
td.TdClassName
{
border-color: #AD2CCA;
}
.TagClassName
{
border-color: #AD2CCA;
}
</style>