Shades of Dark Orchid #AD3AC1
Tints of Dark Orchid #AD3AC1
RGB
CMYK
RGB Variations
Color information
#AD3AC1 (or 0xAD3AC1) is known color: Dark Orchid. HEX triplet: AD, 3A and C1. RGB value is (173,58,193). Sum of RGB (Red+Green+Blue) = 173+58+193=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD3AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AC1 is #52C53E. Grayscale: #6B6B6B. Windows color (decimal): -5424447 or 12663469. OLE color: 12663469.
HSL color Cylindrical-coordinate representation of color #AD3AC1: hue angle of 291.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3AC1 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 58 | 193 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.24 |
| HSL | 291.11º | 0.54% | 0.49% | - |
| HSV(B) | 291.11º | 0.7% | 0.76% | - |
| XYZ | 28.37 | 15.76 | 52 | - |
| YUV | 107.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 193 | 0.10 | 0.70 | 0 | 0.24 | 291.11 | 0.54 | 0.49 |
| Hex | AD | 3A | C1 | A | 46 | 0 | 18 | 123 | 36 | 31 |
| Octal | 255 | 72 | 301 | 12 | 106 | 0 | 30 | 443 | 66 | 61 |
| Binary | 10101101 | 111010 | 11000001 | 1010 | 1000110 | 0 | 11000 | 100100011 | 110110 | 110001 |
Color Harmonies of #AD3AC1
Complementary color
Monochromatic Colors of #AD3AC1
Black with #AD3AC1
Text Example
Text Example
White with #AD3AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AC1; }
p { color: rgb(173,58,193); }
H1.HeaderClassName
{
color: #AD3AC1;
}
.AnyTagClassName
{
color: #AD3AC1;
}
</style>
background-color css
<style>
a { background-color: #AD3AC1; }
a { background-color: rgb(173,58,193); }
div.DivClassName
{
background-color: #AD3AC1;
}
.BgClassName
{
background-color: #AD3AC1;
}
</style>
border-color css
<style>
span { border-color: #AD3AC1; }
span { border-color: rgb(173,58,193); }
td.TdClassName
{
border-color: #AD3AC1;
}
.TagClassName
{
border-color: #AD3AC1;
}
</style>