Shades of Dark Orchid #AD30AF
Tints of Dark Orchid #AD30AF
RGB
CMYK
RGB Variations
Color information
#AD30AF (or 0xAD30AF) is known color: Dark Orchid. HEX triplet: AD, 30 and AF. RGB value is (173,48,175). Sum of RGB (Red+Green+Blue) = 173+48+175=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD30AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD30AF is #52CF50. Grayscale: #636363. Windows color (decimal): -5427025 or 11481261. OLE color: 11481261.
HSL color Cylindrical-coordinate representation of color #AD30AF: hue angle of 299.06º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD30AF is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 48 | 175 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.31 |
| HSL | 299.06º | 0.57% | 0.44% | - |
| HSV(B) | 299.06º | 0.73% | 0.69% | - |
| XYZ | 26.03 | 14.09 | 41.91 | - |
| YUV | 99.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 175 | 0.01 | 0.73 | 0 | 0.31 | 299.06 | 0.57 | 0.44 |
| Hex | AD | 30 | AF | 1 | 49 | 0 | 1F | 12B | 39 | 2C |
| Octal | 255 | 60 | 257 | 1 | 111 | 0 | 37 | 453 | 71 | 54 |
| Binary | 10101101 | 110000 | 10101111 | 1 | 1001001 | 0 | 11111 | 100101011 | 111001 | 101100 |
Color Harmonies of #AD30AF
Complementary color
Monochromatic Colors of #AD30AF
Black with #AD30AF
Text Example
Text Example
White with #AD30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30AF; }
p { color: rgb(173,48,175); }
H1.HeaderClassName
{
color: #AD30AF;
}
.AnyTagClassName
{
color: #AD30AF;
}
</style>
background-color css
<style>
a { background-color: #AD30AF; }
a { background-color: rgb(173,48,175); }
div.DivClassName
{
background-color: #AD30AF;
}
.BgClassName
{
background-color: #AD30AF;
}
</style>
border-color css
<style>
span { border-color: #AD30AF; }
span { border-color: rgb(173,48,175); }
td.TdClassName
{
border-color: #AD30AF;
}
.TagClassName
{
border-color: #AD30AF;
}
</style>