Shades of Dark Orchid #A736D9
Tints of Dark Orchid #A736D9
RGB
CMYK
RGB Variations
Color information
#A736D9 (or 0xA736D9) is known color: Dark Orchid. HEX triplet: A7, 36 and D9. RGB value is (167,54,217). Sum of RGB (Red+Green+Blue) = 167+54+217=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 217 (85.16% from 255 or 49.54% from 438); Max value from RGB is 217 - color contains mainly: blue. Hex color #A736D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736D9 is #58C926. Grayscale: #696969. Windows color (decimal): -5818663 or 14235303. OLE color: 14235303.
HSL color Cylindrical-coordinate representation of color #A736D9: hue angle of 281.6º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A736D9 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 54 | 217 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.15 |
| HSL | 281.6º | 0.68% | 0.53% | - |
| HSV(B) | 281.6º | 0.75% | 0.85% | - |
| XYZ | 29.78 | 15.86 | 67.14 | - |
| YUV | 106.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 217 | 0.23 | 0.75 | 0 | 0.15 | 281.6 | 0.68 | 0.53 |
| Hex | A7 | 36 | D9 | 17 | 4B | 0 | F | 11A | 44 | 35 |
| Octal | 247 | 66 | 331 | 27 | 113 | 0 | 17 | 432 | 104 | 65 |
| Binary | 10100111 | 110110 | 11011001 | 10111 | 1001011 | 0 | 1111 | 100011010 | 1000100 | 110101 |
Color Harmonies of #A736D9
Complementary color
Monochromatic Colors of #A736D9
Black with #A736D9
Text Example
Text Example
White with #A736D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A736D9; }
p { color: rgb(167,54,217); }
H1.HeaderClassName
{
color: #A736D9;
}
.AnyTagClassName
{
color: #A736D9;
}
</style>
background-color css
<style>
a { background-color: #A736D9; }
a { background-color: rgb(167,54,217); }
div.DivClassName
{
background-color: #A736D9;
}
.BgClassName
{
background-color: #A736D9;
}
</style>
border-color css
<style>
span { border-color: #A736D9; }
span { border-color: rgb(167,54,217); }
td.TdClassName
{
border-color: #A736D9;
}
.TagClassName
{
border-color: #A736D9;
}
</style>