Shades of Dark Orchid #A02BCF
Tints of Dark Orchid #A02BCF
RGB
CMYK
RGB Variations
Color information
#A02BCF (or 0xA02BCF) is known color: Dark Orchid. HEX triplet: A0, 2B and CF. RGB value is (160,43,207). Sum of RGB (Red+Green+Blue) = 160+43+207=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #A02BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BCF is #5FD430. Grayscale: #606060. Windows color (decimal): -6280241 or 13577120. OLE color: 13577120.
HSL color Cylindrical-coordinate representation of color #A02BCF: hue angle of 282.8º degrees, saturation: 0.66, 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 #A02BCF is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 43 | 207 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.19 |
| HSL | 282.8º | 0.66% | 0.49% | - |
| HSV(B) | 282.8º | 0.79% | 0.81% | - |
| XYZ | 26.62 | 13.71 | 60.27 | - |
| YUV | 96.68 | 190.26 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 207 | 0.23 | 0.79 | 0 | 0.19 | 282.8 | 0.66 | 0.49 |
| Hex | A0 | 2B | CF | 17 | 4F | 0 | 13 | 11B | 42 | 31 |
| Octal | 240 | 53 | 317 | 27 | 117 | 0 | 23 | 433 | 102 | 61 |
| Binary | 10100000 | 101011 | 11001111 | 10111 | 1001111 | 0 | 10011 | 100011011 | 1000010 | 110001 |
Color Harmonies of #A02BCF
Complementary color
Monochromatic Colors of #A02BCF
Black with #A02BCF
Text Example
Text Example
White with #A02BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BCF; }
p { color: rgb(160,43,207); }
H1.HeaderClassName
{
color: #A02BCF;
}
.AnyTagClassName
{
color: #A02BCF;
}
</style>
background-color css
<style>
a { background-color: #A02BCF; }
a { background-color: rgb(160,43,207); }
div.DivClassName
{
background-color: #A02BCF;
}
.BgClassName
{
background-color: #A02BCF;
}
</style>
border-color css
<style>
span { border-color: #A02BCF; }
span { border-color: rgb(160,43,207); }
td.TdClassName
{
border-color: #A02BCF;
}
.TagClassName
{
border-color: #A02BCF;
}
</style>