Shades of Dark Orchid #A03BCF
Tints of Dark Orchid #A03BCF
RGB
CMYK
RGB Variations
Color information
#A03BCF (or 0xA03BCF) is known color: Dark Orchid. HEX triplet: A0, 3B and CF. RGB value is (160,59,207). Sum of RGB (Red+Green+Blue) = 160+59+207=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #A03BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BCF is #5FC430. Grayscale: #696969. Windows color (decimal): -6276145 or 13581216. OLE color: 13581216.
HSL color Cylindrical-coordinate representation of color #A03BCF: hue angle of 280.95º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A03BCF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 59 | 207 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.19 |
| HSL | 280.95º | 0.61% | 0.52% | - |
| HSV(B) | 280.95º | 0.71% | 0.81% | - |
| XYZ | 27.32 | 15.11 | 60.51 | - |
| YUV | 106.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 207 | 0.23 | 0.71 | 0 | 0.19 | 280.95 | 0.61 | 0.52 |
| Hex | A0 | 3B | CF | 17 | 47 | 0 | 13 | 119 | 3D | 34 |
| Octal | 240 | 73 | 317 | 27 | 107 | 0 | 23 | 431 | 75 | 64 |
| Binary | 10100000 | 111011 | 11001111 | 10111 | 1000111 | 0 | 10011 | 100011001 | 111101 | 110100 |
Color Harmonies of #A03BCF
Complementary color
Monochromatic Colors of #A03BCF
Black with #A03BCF
Text Example
Text Example
White with #A03BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BCF; }
p { color: rgb(160,59,207); }
H1.HeaderClassName
{
color: #A03BCF;
}
.AnyTagClassName
{
color: #A03BCF;
}
</style>
background-color css
<style>
a { background-color: #A03BCF; }
a { background-color: rgb(160,59,207); }
div.DivClassName
{
background-color: #A03BCF;
}
.BgClassName
{
background-color: #A03BCF;
}
</style>
border-color css
<style>
span { border-color: #A03BCF; }
span { border-color: rgb(160,59,207); }
td.TdClassName
{
border-color: #A03BCF;
}
.TagClassName
{
border-color: #A03BCF;
}
</style>