Shades of Dark Orchid #A02ADF
Tints of Dark Orchid #A02ADF
RGB
CMYK
RGB Variations
Color information
#A02ADF (or 0xA02ADF) is known color: Dark Orchid. HEX triplet: A0, 2A and DF. RGB value is (160,42,223). Sum of RGB (Red+Green+Blue) = 160+42+223=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #A02ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ADF is #5FD520. Grayscale: #616161. Windows color (decimal): -6280481 or 14625440. OLE color: 14625440.
HSL color Cylindrical-coordinate representation of color #A02ADF: hue angle of 279.12º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02ADF is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 42 | 223 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.13 |
| HSL | 279.12º | 0.74% | 0.52% | - |
| HSV(B) | 279.12º | 0.81% | 0.87% | - |
| XYZ | 28.64 | 14.46 | 71.09 | - |
| YUV | 97.92 | 198.59 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 223 | 0.28 | 0.81 | 0 | 0.13 | 279.12 | 0.74 | 0.52 |
| Hex | A0 | 2A | DF | 1C | 51 | 0 | D | 117 | 4A | 34 |
| Octal | 240 | 52 | 337 | 34 | 121 | 0 | 15 | 427 | 112 | 64 |
| Binary | 10100000 | 101010 | 11011111 | 11100 | 1010001 | 0 | 1101 | 100010111 | 1001010 | 110100 |
Color Harmonies of #A02ADF
Complementary color
Monochromatic Colors of #A02ADF
Black with #A02ADF
Text Example
Text Example
White with #A02ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02ADF; }
p { color: rgb(160,42,223); }
H1.HeaderClassName
{
color: #A02ADF;
}
.AnyTagClassName
{
color: #A02ADF;
}
</style>
background-color css
<style>
a { background-color: #A02ADF; }
a { background-color: rgb(160,42,223); }
div.DivClassName
{
background-color: #A02ADF;
}
.BgClassName
{
background-color: #A02ADF;
}
</style>
border-color css
<style>
span { border-color: #A02ADF; }
span { border-color: rgb(160,42,223); }
td.TdClassName
{
border-color: #A02ADF;
}
.TagClassName
{
border-color: #A02ADF;
}
</style>