Shades of Dark Orchid #A036CF
Tints of Dark Orchid #A036CF
RGB
CMYK
RGB Variations
Color information
#A036CF (or 0xA036CF) is known color: Dark Orchid. HEX triplet: A0, 36 and CF. RGB value is (160,54,207). Sum of RGB (Red+Green+Blue) = 160+54+207=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #A036CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036CF is #5FC930. Grayscale: #666666. Windows color (decimal): -6277425 or 13579936. OLE color: 13579936.
HSL color Cylindrical-coordinate representation of color #A036CF: hue angle of 281.57º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A036CF is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 54 | 207 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.19 |
| HSL | 281.57º | 0.61% | 0.51% | - |
| HSV(B) | 281.57º | 0.74% | 0.81% | - |
| XYZ | 27.08 | 14.62 | 60.43 | - |
| YUV | 103.14 | 186.62 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 207 | 0.23 | 0.74 | 0 | 0.19 | 281.57 | 0.61 | 0.51 |
| Hex | A0 | 36 | CF | 17 | 4A | 0 | 13 | 11A | 3D | 33 |
| Octal | 240 | 66 | 317 | 27 | 112 | 0 | 23 | 432 | 75 | 63 |
| Binary | 10100000 | 110110 | 11001111 | 10111 | 1001010 | 0 | 10011 | 100011010 | 111101 | 110011 |
Color Harmonies of #A036CF
Complementary color
Monochromatic Colors of #A036CF
Black with #A036CF
Text Example
Text Example
White with #A036CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036CF; }
p { color: rgb(160,54,207); }
H1.HeaderClassName
{
color: #A036CF;
}
.AnyTagClassName
{
color: #A036CF;
}
</style>
background-color css
<style>
a { background-color: #A036CF; }
a { background-color: rgb(160,54,207); }
div.DivClassName
{
background-color: #A036CF;
}
.BgClassName
{
background-color: #A036CF;
}
</style>
border-color css
<style>
span { border-color: #A036CF; }
span { border-color: rgb(160,54,207); }
td.TdClassName
{
border-color: #A036CF;
}
.TagClassName
{
border-color: #A036CF;
}
</style>