Shades of Dark Orchid #AD1CCA
Tints of Dark Orchid #AD1CCA
RGB
CMYK
RGB Variations
Color information
#AD1CCA (or 0xAD1CCA) is known color: Dark Orchid. HEX triplet: AD, 1C and CA. RGB value is (173,28,202). Sum of RGB (Red+Green+Blue) = 173+28+202=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD1CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CCA is #52E335. Grayscale: #5A5A5A. Windows color (decimal): -5432118 or 13245613. OLE color: 13245613.
HSL color Cylindrical-coordinate representation of color #AD1CCA: hue angle of 290º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1CCA is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 28 | 202 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.21 |
| HSL | 290º | 0.76% | 0.45% | - |
| HSV(B) | 290º | 0.86% | 0.79% | - |
| XYZ | 28.31 | 13.98 | 57.08 | - |
| YUV | 91.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 202 | 0.14 | 0.86 | 0 | 0.21 | 290 | 0.76 | 0.45 |
| Hex | AD | 1C | CA | E | 56 | 0 | 15 | 122 | 4C | 2D |
| Octal | 255 | 34 | 312 | 16 | 126 | 0 | 25 | 442 | 114 | 55 |
| Binary | 10101101 | 11100 | 11001010 | 1110 | 1010110 | 0 | 10101 | 100100010 | 1001100 | 101101 |
Color Harmonies of #AD1CCA
Complementary color
Monochromatic Colors of #AD1CCA
Black with #AD1CCA
Text Example
Text Example
White with #AD1CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CCA; }
p { color: rgb(173,28,202); }
H1.HeaderClassName
{
color: #AD1CCA;
}
.AnyTagClassName
{
color: #AD1CCA;
}
</style>
background-color css
<style>
a { background-color: #AD1CCA; }
a { background-color: rgb(173,28,202); }
div.DivClassName
{
background-color: #AD1CCA;
}
.BgClassName
{
background-color: #AD1CCA;
}
</style>
border-color css
<style>
span { border-color: #AD1CCA; }
span { border-color: rgb(173,28,202); }
td.TdClassName
{
border-color: #AD1CCA;
}
.TagClassName
{
border-color: #AD1CCA;
}
</style>