Shades of Dark Orchid #A835D6
Tints of Dark Orchid #A835D6
RGB
CMYK
RGB Variations
Color information
#A835D6 (or 0xA835D6) is known color: Dark Orchid. HEX triplet: A8, 35 and D6. RGB value is (168,53,214). Sum of RGB (Red+Green+Blue) = 168+53+214=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #A835D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835D6 is #57CA29. Grayscale: #696969. Windows color (decimal): -5753386 or 14038440. OLE color: 14038440.
HSL color Cylindrical-coordinate representation of color #A835D6: hue angle of 282.86º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A835D6 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 53 | 214 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.16 |
| HSL | 282.86º | 0.66% | 0.52% | - |
| HSV(B) | 282.86º | 0.75% | 0.84% | - |
| XYZ | 29.56 | 15.73 | 65.1 | - |
| YUV | 105.74 | 189.1 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 214 | 0.21 | 0.75 | 0 | 0.16 | 282.86 | 0.66 | 0.52 |
| Hex | A8 | 35 | D6 | 15 | 4B | 0 | 10 | 11B | 42 | 34 |
| Octal | 250 | 65 | 326 | 25 | 113 | 0 | 20 | 433 | 102 | 64 |
| Binary | 10101000 | 110101 | 11010110 | 10101 | 1001011 | 0 | 10000 | 100011011 | 1000010 | 110100 |
Color Harmonies of #A835D6
Complementary color
Monochromatic Colors of #A835D6
Black with #A835D6
Text Example
Text Example
White with #A835D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835D6; }
p { color: rgb(168,53,214); }
H1.HeaderClassName
{
color: #A835D6;
}
.AnyTagClassName
{
color: #A835D6;
}
</style>
background-color css
<style>
a { background-color: #A835D6; }
a { background-color: rgb(168,53,214); }
div.DivClassName
{
background-color: #A835D6;
}
.BgClassName
{
background-color: #A835D6;
}
</style>
border-color css
<style>
span { border-color: #A835D6; }
span { border-color: rgb(168,53,214); }
td.TdClassName
{
border-color: #A835D6;
}
.TagClassName
{
border-color: #A835D6;
}
</style>