Shades of Dark Orchid #A835EA
Tints of Dark Orchid #A835EA
RGB
CMYK
RGB Variations
Color information
#A835EA (or 0xA835EA) is known color: Dark Orchid. HEX triplet: A8, 35 and EA. RGB value is (168,53,234). Sum of RGB (Red+Green+Blue) = 168+53+234=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #A835EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A835EA is #57CA15. Grayscale: #6B6B6B. Windows color (decimal): -5753366 or 15349160. OLE color: 15349160.
HSL color Cylindrical-coordinate representation of color #A835EA: hue angle of 278.12º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A835EA is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 53 | 234 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.08 |
| HSL | 278.12º | 0.81% | 0.56% | - |
| HSV(B) | 278.12º | 0.77% | 0.92% | - |
| XYZ | 32.27 | 16.81 | 79.39 | - |
| YUV | 108.02 | 199.1 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 234 | 0.28 | 0.77 | 0 | 0.08 | 278.12 | 0.81 | 0.56 |
| Hex | A8 | 35 | EA | 1C | 4D | 0 | 8 | 116 | 51 | 38 |
| Octal | 250 | 65 | 352 | 34 | 115 | 0 | 10 | 426 | 121 | 70 |
| Binary | 10101000 | 110101 | 11101010 | 11100 | 1001101 | 0 | 1000 | 100010110 | 1010001 | 111000 |
Color Harmonies of #A835EA
Complementary color
Monochromatic Colors of #A835EA
Black with #A835EA
Text Example
Text Example
White with #A835EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835EA; }
p { color: rgb(168,53,234); }
H1.HeaderClassName
{
color: #A835EA;
}
.AnyTagClassName
{
color: #A835EA;
}
</style>
background-color css
<style>
a { background-color: #A835EA; }
a { background-color: rgb(168,53,234); }
div.DivClassName
{
background-color: #A835EA;
}
.BgClassName
{
background-color: #A835EA;
}
</style>
border-color css
<style>
span { border-color: #A835EA; }
span { border-color: rgb(168,53,234); }
td.TdClassName
{
border-color: #A835EA;
}
.TagClassName
{
border-color: #A835EA;
}
</style>