Shades of Dark Orchid #A02FCD
Tints of Dark Orchid #A02FCD
RGB
CMYK
RGB Variations
Color information
#A02FCD (or 0xA02FCD) is known color: Dark Orchid. HEX triplet: A0, 2F and CD. RGB value is (160,47,205). Sum of RGB (Red+Green+Blue) = 160+47+205=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #A02FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FCD is #5FD032. Grayscale: #626262. Windows color (decimal): -6279219 or 13447072. OLE color: 13447072.
HSL color Cylindrical-coordinate representation of color #A02FCD: hue angle of 282.91º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02FCD is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 47 | 205 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.20 |
| HSL | 282.91º | 0.63% | 0.49% | - |
| HSV(B) | 282.91º | 0.77% | 0.8% | - |
| XYZ | 26.53 | 13.91 | 59.04 | - |
| YUV | 98.8 | 187.94 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 205 | 0.22 | 0.77 | 0 | 0.20 | 282.91 | 0.63 | 0.49 |
| Hex | A0 | 2F | CD | 16 | 4D | 0 | 14 | 11B | 3F | 31 |
| Octal | 240 | 57 | 315 | 26 | 115 | 0 | 24 | 433 | 77 | 61 |
| Binary | 10100000 | 101111 | 11001101 | 10110 | 1001101 | 0 | 10100 | 100011011 | 111111 | 110001 |
Color Harmonies of #A02FCD
Complementary color
Monochromatic Colors of #A02FCD
Black with #A02FCD
Text Example
Text Example
White with #A02FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FCD; }
p { color: rgb(160,47,205); }
H1.HeaderClassName
{
color: #A02FCD;
}
.AnyTagClassName
{
color: #A02FCD;
}
</style>
background-color css
<style>
a { background-color: #A02FCD; }
a { background-color: rgb(160,47,205); }
div.DivClassName
{
background-color: #A02FCD;
}
.BgClassName
{
background-color: #A02FCD;
}
</style>
border-color css
<style>
span { border-color: #A02FCD; }
span { border-color: rgb(160,47,205); }
td.TdClassName
{
border-color: #A02FCD;
}
.TagClassName
{
border-color: #A02FCD;
}
</style>