Shades of Dark Orchid #A835E3
Tints of Dark Orchid #A835E3
RGB
CMYK
RGB Variations
Color information
#A835E3 (or 0xA835E3) is known color: Dark Orchid. HEX triplet: A8, 35 and E3. RGB value is (168,53,227). Sum of RGB (Red+Green+Blue) = 168+53+227=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 227 (89.06% from 255 or 50.67% from 448); Max value from RGB is 227 - color contains mainly: blue. Hex color #A835E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835E3 is #57CA1C. Grayscale: #6A6A6A. Windows color (decimal): -5753373 or 14890408. OLE color: 14890408.
HSL color Cylindrical-coordinate representation of color #A835E3: hue angle of 279.66º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A835E3 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 53 | 227 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.11 |
| HSL | 279.66º | 0.76% | 0.55% | - |
| HSV(B) | 279.66º | 0.77% | 0.89% | - |
| XYZ | 31.29 | 16.42 | 74.19 | - |
| YUV | 107.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 227 | 0.26 | 0.77 | 0 | 0.11 | 279.66 | 0.76 | 0.55 |
| Hex | A8 | 35 | E3 | 1A | 4D | 0 | B | 118 | 4C | 37 |
| Octal | 250 | 65 | 343 | 32 | 115 | 0 | 13 | 430 | 114 | 67 |
| Binary | 10101000 | 110101 | 11100011 | 11010 | 1001101 | 0 | 1011 | 100011000 | 1001100 | 110111 |
Color Harmonies of #A835E3
Complementary color
Monochromatic Colors of #A835E3
Black with #A835E3
Text Example
Text Example
White with #A835E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835E3; }
p { color: rgb(168,53,227); }
H1.HeaderClassName
{
color: #A835E3;
}
.AnyTagClassName
{
color: #A835E3;
}
</style>
background-color css
<style>
a { background-color: #A835E3; }
a { background-color: rgb(168,53,227); }
div.DivClassName
{
background-color: #A835E3;
}
.BgClassName
{
background-color: #A835E3;
}
</style>
border-color css
<style>
span { border-color: #A835E3; }
span { border-color: rgb(168,53,227); }
td.TdClassName
{
border-color: #A835E3;
}
.TagClassName
{
border-color: #A835E3;
}
</style>