Shades of Dark Orchid #AD30C4
Tints of Dark Orchid #AD30C4
RGB
CMYK
RGB Variations
Color information
#AD30C4 (or 0xAD30C4) is known color: Dark Orchid. HEX triplet: AD, 30 and C4. RGB value is (173,48,196). Sum of RGB (Red+Green+Blue) = 173+48+196=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD30C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30C4 is #52CF3B. Grayscale: #656565. Windows color (decimal): -5427004 or 12857517. OLE color: 12857517.
HSL color Cylindrical-coordinate representation of color #AD30C4: hue angle of 290.68º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD30C4 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 48 | 196 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.23 |
| HSL | 290.68º | 0.61% | 0.48% | - |
| HSV(B) | 290.68º | 0.76% | 0.77% | - |
| XYZ | 28.25 | 14.98 | 53.63 | - |
| YUV | 102.25 | 180.91 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 196 | 0.12 | 0.76 | 0 | 0.23 | 290.68 | 0.61 | 0.48 |
| Hex | AD | 30 | C4 | C | 4C | 0 | 17 | 123 | 3D | 30 |
| Octal | 255 | 60 | 304 | 14 | 114 | 0 | 27 | 443 | 75 | 60 |
| Binary | 10101101 | 110000 | 11000100 | 1100 | 1001100 | 0 | 10111 | 100100011 | 111101 | 110000 |
Color Harmonies of #AD30C4
Complementary color
Monochromatic Colors of #AD30C4
Black with #AD30C4
Text Example
Text Example
White with #AD30C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30C4; }
p { color: rgb(173,48,196); }
H1.HeaderClassName
{
color: #AD30C4;
}
.AnyTagClassName
{
color: #AD30C4;
}
</style>
background-color css
<style>
a { background-color: #AD30C4; }
a { background-color: rgb(173,48,196); }
div.DivClassName
{
background-color: #AD30C4;
}
.BgClassName
{
background-color: #AD30C4;
}
</style>
border-color css
<style>
span { border-color: #AD30C4; }
span { border-color: rgb(173,48,196); }
td.TdClassName
{
border-color: #AD30C4;
}
.TagClassName
{
border-color: #AD30C4;
}
</style>