Shades of Dark Orchid #AD35C3
Tints of Dark Orchid #AD35C3
RGB
CMYK
RGB Variations
Color information
#AD35C3 (or 0xAD35C3) is known color: Dark Orchid. HEX triplet: AD, 35 and C3. RGB value is (173,53,195). Sum of RGB (Red+Green+Blue) = 173+53+195=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD35C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD35C3 is #52CA3C. Grayscale: #686868. Windows color (decimal): -5425725 or 12793261. OLE color: 12793261.
HSL color Cylindrical-coordinate representation of color #AD35C3: hue angle of 290.7º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD35C3 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 53 | 195 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.24 |
| HSL | 290.7º | 0.57% | 0.49% | - |
| HSV(B) | 290.7º | 0.73% | 0.76% | - |
| XYZ | 28.36 | 15.37 | 53.1 | - |
| YUV | 105.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 195 | 0.11 | 0.73 | 0 | 0.24 | 290.7 | 0.57 | 0.49 |
| Hex | AD | 35 | C3 | B | 49 | 0 | 18 | 123 | 39 | 31 |
| Octal | 255 | 65 | 303 | 13 | 111 | 0 | 30 | 443 | 71 | 61 |
| Binary | 10101101 | 110101 | 11000011 | 1011 | 1001001 | 0 | 11000 | 100100011 | 111001 | 110001 |
Color Harmonies of #AD35C3
Complementary color
Monochromatic Colors of #AD35C3
Black with #AD35C3
Text Example
Text Example
White with #AD35C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD35C3; }
p { color: rgb(173,53,195); }
H1.HeaderClassName
{
color: #AD35C3;
}
.AnyTagClassName
{
color: #AD35C3;
}
</style>
background-color css
<style>
a { background-color: #AD35C3; }
a { background-color: rgb(173,53,195); }
div.DivClassName
{
background-color: #AD35C3;
}
.BgClassName
{
background-color: #AD35C3;
}
</style>
border-color css
<style>
span { border-color: #AD35C3; }
span { border-color: rgb(173,53,195); }
td.TdClassName
{
border-color: #AD35C3;
}
.TagClassName
{
border-color: #AD35C3;
}
</style>