Shades of Dark Orchid #A02CCF
Tints of Dark Orchid #A02CCF
RGB
CMYK
RGB Variations
Color information
#A02CCF (or 0xA02CCF) is known color: Dark Orchid. HEX triplet: A0, 2C and CF. RGB value is (160,44,207). Sum of RGB (Red+Green+Blue) = 160+44+207=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #A02CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CCF is #5FD330. Grayscale: #606060. Windows color (decimal): -6279985 or 13577376. OLE color: 13577376.
HSL color Cylindrical-coordinate representation of color #A02CCF: hue angle of 282.7º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02CCF is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 44 | 207 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.19 |
| HSL | 282.7º | 0.65% | 0.49% | - |
| HSV(B) | 282.7º | 0.79% | 0.81% | - |
| XYZ | 26.66 | 13.78 | 60.29 | - |
| YUV | 97.27 | 189.93 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 207 | 0.23 | 0.79 | 0 | 0.19 | 282.7 | 0.65 | 0.49 |
| Hex | A0 | 2C | CF | 17 | 4F | 0 | 13 | 11B | 41 | 31 |
| Octal | 240 | 54 | 317 | 27 | 117 | 0 | 23 | 433 | 101 | 61 |
| Binary | 10100000 | 101100 | 11001111 | 10111 | 1001111 | 0 | 10011 | 100011011 | 1000001 | 110001 |
Color Harmonies of #A02CCF
Complementary color
Monochromatic Colors of #A02CCF
Black with #A02CCF
Text Example
Text Example
White with #A02CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CCF; }
p { color: rgb(160,44,207); }
H1.HeaderClassName
{
color: #A02CCF;
}
.AnyTagClassName
{
color: #A02CCF;
}
</style>
background-color css
<style>
a { background-color: #A02CCF; }
a { background-color: rgb(160,44,207); }
div.DivClassName
{
background-color: #A02CCF;
}
.BgClassName
{
background-color: #A02CCF;
}
</style>
border-color css
<style>
span { border-color: #A02CCF; }
span { border-color: rgb(160,44,207); }
td.TdClassName
{
border-color: #A02CCF;
}
.TagClassName
{
border-color: #A02CCF;
}
</style>