Shades of Dark Orchid #A835D7
Tints of Dark Orchid #A835D7
RGB
CMYK
RGB Variations
Color information
#A835D7 (or 0xA835D7) is known color: Dark Orchid. HEX triplet: A8, 35 and D7. RGB value is (168,53,215). Sum of RGB (Red+Green+Blue) = 168+53+215=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #A835D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835D7 is #57CA28. Grayscale: #696969. Windows color (decimal): -5753385 or 14103976. OLE color: 14103976.
HSL color Cylindrical-coordinate representation of color #A835D7: hue angle of 282.59º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A835D7 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 53 | 215 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.16 |
| HSL | 282.59º | 0.67% | 0.53% | - |
| HSV(B) | 282.59º | 0.75% | 0.84% | - |
| XYZ | 29.69 | 15.78 | 65.77 | - |
| YUV | 105.85 | 189.6 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 215 | 0.22 | 0.75 | 0 | 0.16 | 282.59 | 0.67 | 0.53 |
| Hex | A8 | 35 | D7 | 16 | 4B | 0 | 10 | 11B | 43 | 35 |
| Octal | 250 | 65 | 327 | 26 | 113 | 0 | 20 | 433 | 103 | 65 |
| Binary | 10101000 | 110101 | 11010111 | 10110 | 1001011 | 0 | 10000 | 100011011 | 1000011 | 110101 |
Color Harmonies of #A835D7
Complementary color
Monochromatic Colors of #A835D7
Black with #A835D7
Text Example
Text Example
White with #A835D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835D7; }
p { color: rgb(168,53,215); }
H1.HeaderClassName
{
color: #A835D7;
}
.AnyTagClassName
{
color: #A835D7;
}
</style>
background-color css
<style>
a { background-color: #A835D7; }
a { background-color: rgb(168,53,215); }
div.DivClassName
{
background-color: #A835D7;
}
.BgClassName
{
background-color: #A835D7;
}
</style>
border-color css
<style>
span { border-color: #A835D7; }
span { border-color: rgb(168,53,215); }
td.TdClassName
{
border-color: #A835D7;
}
.TagClassName
{
border-color: #A835D7;
}
</style>