Shades of Dark Orchid #A835CA
Tints of Dark Orchid #A835CA
RGB
CMYK
RGB Variations
Color information
#A835CA (or 0xA835CA) is known color: Dark Orchid. HEX triplet: A8, 35 and CA. RGB value is (168,53,202). Sum of RGB (Red+Green+Blue) = 168+53+202=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #A835CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835CA is #57CA35. Grayscale: #676767. Windows color (decimal): -5753398 or 13252008. OLE color: 13252008.
HSL color Cylindrical-coordinate representation of color #A835CA: hue angle of 286.31º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A835CA is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 53 | 202 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.21 |
| HSL | 286.31º | 0.58% | 0.5% | - |
| HSV(B) | 286.31º | 0.74% | 0.79% | - |
| XYZ | 28.08 | 15.14 | 57.32 | - |
| YUV | 104.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 202 | 0.17 | 0.74 | 0 | 0.21 | 286.31 | 0.58 | 0.5 |
| Hex | A8 | 35 | CA | 11 | 4A | 0 | 15 | 11E | 3A | 32 |
| Octal | 250 | 65 | 312 | 21 | 112 | 0 | 25 | 436 | 72 | 62 |
| Binary | 10101000 | 110101 | 11001010 | 10001 | 1001010 | 0 | 10101 | 100011110 | 111010 | 110010 |
Color Harmonies of #A835CA
Complementary color
Monochromatic Colors of #A835CA
Black with #A835CA
Text Example
Text Example
White with #A835CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835CA; }
p { color: rgb(168,53,202); }
H1.HeaderClassName
{
color: #A835CA;
}
.AnyTagClassName
{
color: #A835CA;
}
</style>
background-color css
<style>
a { background-color: #A835CA; }
a { background-color: rgb(168,53,202); }
div.DivClassName
{
background-color: #A835CA;
}
.BgClassName
{
background-color: #A835CA;
}
</style>
border-color css
<style>
span { border-color: #A835CA; }
span { border-color: rgb(168,53,202); }
td.TdClassName
{
border-color: #A835CA;
}
.TagClassName
{
border-color: #A835CA;
}
</style>