Shades of Dark Orchid #A835D5
Tints of Dark Orchid #A835D5
RGB
CMYK
RGB Variations
Color information
#A835D5 (or 0xA835D5) is known color: Dark Orchid. HEX triplet: A8, 35 and D5. RGB value is (168,53,213). Sum of RGB (Red+Green+Blue) = 168+53+213=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #A835D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835D5 is #57CA2A. Grayscale: #696969. Windows color (decimal): -5753387 or 13972904. OLE color: 13972904.
HSL color Cylindrical-coordinate representation of color #A835D5: hue angle of 283.12º 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 #A835D5 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 53 | 213 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.16 |
| HSL | 283.13º | 0.66% | 0.52% | - |
| HSV(B) | 283.13º | 0.75% | 0.84% | - |
| XYZ | 29.43 | 15.68 | 64.43 | - |
| YUV | 105.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 213 | 0.21 | 0.75 | 0 | 0.16 | 283.13 | 0.66 | 0.52 |
| Hex | A8 | 35 | D5 | 15 | 4B | 0 | 10 | 11B | 42 | 34 |
| Octal | 250 | 65 | 325 | 25 | 113 | 0 | 20 | 433 | 102 | 64 |
| Binary | 10101000 | 110101 | 11010101 | 10101 | 1001011 | 0 | 10000 | 100011011 | 1000010 | 110100 |
Color Harmonies of #A835D5
Complementary color
Monochromatic Colors of #A835D5
Black with #A835D5
Text Example
Text Example
White with #A835D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835D5; }
p { color: rgb(168,53,213); }
H1.HeaderClassName
{
color: #A835D5;
}
.AnyTagClassName
{
color: #A835D5;
}
</style>
background-color css
<style>
a { background-color: #A835D5; }
a { background-color: rgb(168,53,213); }
div.DivClassName
{
background-color: #A835D5;
}
.BgClassName
{
background-color: #A835D5;
}
</style>
border-color css
<style>
span { border-color: #A835D5; }
span { border-color: rgb(168,53,213); }
td.TdClassName
{
border-color: #A835D5;
}
.TagClassName
{
border-color: #A835D5;
}
</style>