Shades of Dark Orchid #AD1FAA
Tints of Dark Orchid #AD1FAA
RGB
CMYK
RGB Variations
Color information
#AD1FAA (or 0xAD1FAA) is known color: Dark Orchid. HEX triplet: AD, 1F and AA. RGB value is (173,31,170). Sum of RGB (Red+Green+Blue) = 173+31+170=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1FAA is #52E055. Grayscale: #585858. Windows color (decimal): -5431382 or 11149229. OLE color: 11149229.
HSL color Cylindrical-coordinate representation of color #AD1FAA: hue angle of 301.27º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1FAA is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 170 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.32 |
| HSL | 301.27º | 0.7% | 0.4% | - |
| HSV(B) | 301.27º | 0.82% | 0.68% | - |
| XYZ | 24.98 | 12.77 | 39.18 | - |
| YUV | 89.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 170 | 0 | 0.82 | 0.02 | 0.32 | 301.27 | 0.7 | 0.4 |
| Hex | AD | 1F | AA | 0 | 52 | 2 | 20 | 12D | 46 | 28 |
| Octal | 255 | 37 | 252 | 0 | 122 | 2 | 40 | 455 | 106 | 50 |
| Binary | 10101101 | 11111 | 10101010 | 0 | 1010010 | 10 | 100000 | 100101101 | 1000110 | 101000 |
Color Harmonies of #AD1FAA
Complementary color
Monochromatic Colors of #AD1FAA
Black with #AD1FAA
Text Example
Text Example
White with #AD1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FAA; }
p { color: rgb(173,31,170); }
H1.HeaderClassName
{
color: #AD1FAA;
}
.AnyTagClassName
{
color: #AD1FAA;
}
</style>
background-color css
<style>
a { background-color: #AD1FAA; }
a { background-color: rgb(173,31,170); }
div.DivClassName
{
background-color: #AD1FAA;
}
.BgClassName
{
background-color: #AD1FAA;
}
</style>
border-color css
<style>
span { border-color: #AD1FAA; }
span { border-color: rgb(173,31,170); }
td.TdClassName
{
border-color: #AD1FAA;
}
.TagClassName
{
border-color: #AD1FAA;
}
</style>