Shades of Dark Orchid #AD30C3
Tints of Dark Orchid #AD30C3
RGB
CMYK
RGB Variations
Color information
#AD30C3 (or 0xAD30C3) is known color: Dark Orchid. HEX triplet: AD, 30 and C3. RGB value is (173,48,195). Sum of RGB (Red+Green+Blue) = 173+48+195=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD30C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30C3 is #52CF3C. Grayscale: #656565. Windows color (decimal): -5427005 or 12791981. OLE color: 12791981.
HSL color Cylindrical-coordinate representation of color #AD30C3: hue angle of 291.02º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD30C3 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 48 | 195 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.24 |
| HSL | 291.02º | 0.6% | 0.48% | - |
| HSV(B) | 291.02º | 0.75% | 0.76% | - |
| XYZ | 28.14 | 14.94 | 53.03 | - |
| YUV | 102.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 195 | 0.11 | 0.75 | 0 | 0.24 | 291.02 | 0.6 | 0.48 |
| Hex | AD | 30 | C3 | B | 4B | 0 | 18 | 123 | 3C | 30 |
| Octal | 255 | 60 | 303 | 13 | 113 | 0 | 30 | 443 | 74 | 60 |
| Binary | 10101101 | 110000 | 11000011 | 1011 | 1001011 | 0 | 11000 | 100100011 | 111100 | 110000 |
Color Harmonies of #AD30C3
Complementary color
Monochromatic Colors of #AD30C3
Black with #AD30C3
Text Example
Text Example
White with #AD30C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30C3; }
p { color: rgb(173,48,195); }
H1.HeaderClassName
{
color: #AD30C3;
}
.AnyTagClassName
{
color: #AD30C3;
}
</style>
background-color css
<style>
a { background-color: #AD30C3; }
a { background-color: rgb(173,48,195); }
div.DivClassName
{
background-color: #AD30C3;
}
.BgClassName
{
background-color: #AD30C3;
}
</style>
border-color css
<style>
span { border-color: #AD30C3; }
span { border-color: rgb(173,48,195); }
td.TdClassName
{
border-color: #AD30C3;
}
.TagClassName
{
border-color: #AD30C3;
}
</style>