Shades of Dark Orchid #A836E7
Tints of Dark Orchid #A836E7
RGB
CMYK
RGB Variations
Color information
#A836E7 (or 0xA836E7) is known color: Dark Orchid. HEX triplet: A8, 36 and E7. RGB value is (168,54,231). Sum of RGB (Red+Green+Blue) = 168+54+231=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 231 (90.62% from 255 or 50.99% from 453); Max value from RGB is 231 - color contains mainly: blue. Hex color #A836E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A836E7 is #57C918. Grayscale: #6B6B6B. Windows color (decimal): -5753113 or 15152808. OLE color: 15152808.
HSL color Cylindrical-coordinate representation of color #A836E7: hue angle of 278.64º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A836E7 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 54 | 231 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.09 |
| HSL | 278.64º | 0.79% | 0.56% | - |
| HSV(B) | 278.64º | 0.77% | 0.91% | - |
| XYZ | 31.89 | 16.73 | 77.15 | - |
| YUV | 108.26 | 197.27 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 231 | 0.27 | 0.77 | 0 | 0.09 | 278.64 | 0.79 | 0.56 |
| Hex | A8 | 36 | E7 | 1B | 4D | 0 | 9 | 117 | 4F | 38 |
| Octal | 250 | 66 | 347 | 33 | 115 | 0 | 11 | 427 | 117 | 70 |
| Binary | 10101000 | 110110 | 11100111 | 11011 | 1001101 | 0 | 1001 | 100010111 | 1001111 | 111000 |
Color Harmonies of #A836E7
Complementary color
Monochromatic Colors of #A836E7
Black with #A836E7
Text Example
Text Example
White with #A836E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836E7; }
p { color: rgb(168,54,231); }
H1.HeaderClassName
{
color: #A836E7;
}
.AnyTagClassName
{
color: #A836E7;
}
</style>
background-color css
<style>
a { background-color: #A836E7; }
a { background-color: rgb(168,54,231); }
div.DivClassName
{
background-color: #A836E7;
}
.BgClassName
{
background-color: #A836E7;
}
</style>
border-color css
<style>
span { border-color: #A836E7; }
span { border-color: rgb(168,54,231); }
td.TdClassName
{
border-color: #A836E7;
}
.TagClassName
{
border-color: #A836E7;
}
</style>