Shades of Dark Orchid #A835DE
Tints of Dark Orchid #A835DE
RGB
CMYK
RGB Variations
Color information
#A835DE (or 0xA835DE) is known color: Dark Orchid. HEX triplet: A8, 35 and DE. RGB value is (168,53,222). Sum of RGB (Red+Green+Blue) = 168+53+222=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #A835DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835DE is #57CA21. Grayscale: #6A6A6A. Windows color (decimal): -5753378 or 14562728. OLE color: 14562728.
HSL color Cylindrical-coordinate representation of color #A835DE: hue angle of 280.83º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A835DE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 53 | 222 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.13 |
| HSL | 280.83º | 0.72% | 0.54% | - |
| HSV(B) | 280.83º | 0.76% | 0.87% | - |
| XYZ | 30.61 | 16.14 | 70.61 | - |
| YUV | 106.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 222 | 0.24 | 0.76 | 0 | 0.13 | 280.83 | 0.72 | 0.54 |
| Hex | A8 | 35 | DE | 18 | 4C | 0 | D | 119 | 48 | 36 |
| Octal | 250 | 65 | 336 | 30 | 114 | 0 | 15 | 431 | 110 | 66 |
| Binary | 10101000 | 110101 | 11011110 | 11000 | 1001100 | 0 | 1101 | 100011001 | 1001000 | 110110 |
Color Harmonies of #A835DE
Complementary color
Monochromatic Colors of #A835DE
Black with #A835DE
Text Example
Text Example
White with #A835DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835DE; }
p { color: rgb(168,53,222); }
H1.HeaderClassName
{
color: #A835DE;
}
.AnyTagClassName
{
color: #A835DE;
}
</style>
background-color css
<style>
a { background-color: #A835DE; }
a { background-color: rgb(168,53,222); }
div.DivClassName
{
background-color: #A835DE;
}
.BgClassName
{
background-color: #A835DE;
}
</style>
border-color css
<style>
span { border-color: #A835DE; }
span { border-color: rgb(168,53,222); }
td.TdClassName
{
border-color: #A835DE;
}
.TagClassName
{
border-color: #A835DE;
}
</style>