Shades of Dark Orchid #A835D1
Tints of Dark Orchid #A835D1
RGB
CMYK
RGB Variations
Color information
#A835D1 (or 0xA835D1) is known color: Dark Orchid. HEX triplet: A8, 35 and D1. RGB value is (168,53,209). Sum of RGB (Red+Green+Blue) = 168+53+209=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #A835D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835D1 is #57CA2E. Grayscale: #686868. Windows color (decimal): -5753391 or 13710760. OLE color: 13710760.
HSL color Cylindrical-coordinate representation of color #A835D1: hue angle of 284.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A835D1 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 53 | 209 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.18 |
| HSL | 284.23º | 0.63% | 0.51% | - |
| HSV(B) | 284.23º | 0.75% | 0.82% | - |
| XYZ | 28.93 | 15.47 | 61.78 | - |
| YUV | 105.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 209 | 0.20 | 0.75 | 0 | 0.18 | 284.23 | 0.63 | 0.51 |
| Hex | A8 | 35 | D1 | 14 | 4B | 0 | 12 | 11C | 3F | 33 |
| Octal | 250 | 65 | 321 | 24 | 113 | 0 | 22 | 434 | 77 | 63 |
| Binary | 10101000 | 110101 | 11010001 | 10100 | 1001011 | 0 | 10010 | 100011100 | 111111 | 110011 |
Color Harmonies of #A835D1
Complementary color
Monochromatic Colors of #A835D1
Black with #A835D1
Text Example
Text Example
White with #A835D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835D1; }
p { color: rgb(168,53,209); }
H1.HeaderClassName
{
color: #A835D1;
}
.AnyTagClassName
{
color: #A835D1;
}
</style>
background-color css
<style>
a { background-color: #A835D1; }
a { background-color: rgb(168,53,209); }
div.DivClassName
{
background-color: #A835D1;
}
.BgClassName
{
background-color: #A835D1;
}
</style>
border-color css
<style>
span { border-color: #A835D1; }
span { border-color: rgb(168,53,209); }
td.TdClassName
{
border-color: #A835D1;
}
.TagClassName
{
border-color: #A835D1;
}
</style>