Shades of Dark Orchid #A02FDF
Tints of Dark Orchid #A02FDF
RGB
CMYK
RGB Variations
Color information
#A02FDF (or 0xA02FDF) is known color: Dark Orchid. HEX triplet: A0, 2F and DF. RGB value is (160,47,223). Sum of RGB (Red+Green+Blue) = 160+47+223=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #A02FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FDF is #5FD020. Grayscale: #646464. Windows color (decimal): -6279201 or 14626720. OLE color: 14626720.
HSL color Cylindrical-coordinate representation of color #A02FDF: hue angle of 278.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02FDF is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 47 | 223 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.13 |
| HSL | 278.52º | 0.73% | 0.53% | - |
| HSV(B) | 278.52º | 0.79% | 0.87% | - |
| XYZ | 28.83 | 14.83 | 71.16 | - |
| YUV | 100.85 | 196.94 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 223 | 0.28 | 0.79 | 0 | 0.13 | 278.52 | 0.73 | 0.53 |
| Hex | A0 | 2F | DF | 1C | 4F | 0 | D | 117 | 49 | 35 |
| Octal | 240 | 57 | 337 | 34 | 117 | 0 | 15 | 427 | 111 | 65 |
| Binary | 10100000 | 101111 | 11011111 | 11100 | 1001111 | 0 | 1101 | 100010111 | 1001001 | 110101 |
Color Harmonies of #A02FDF
Complementary color
Monochromatic Colors of #A02FDF
Black with #A02FDF
Text Example
Text Example
White with #A02FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FDF; }
p { color: rgb(160,47,223); }
H1.HeaderClassName
{
color: #A02FDF;
}
.AnyTagClassName
{
color: #A02FDF;
}
</style>
background-color css
<style>
a { background-color: #A02FDF; }
a { background-color: rgb(160,47,223); }
div.DivClassName
{
background-color: #A02FDF;
}
.BgClassName
{
background-color: #A02FDF;
}
</style>
border-color css
<style>
span { border-color: #A02FDF; }
span { border-color: rgb(160,47,223); }
td.TdClassName
{
border-color: #A02FDF;
}
.TagClassName
{
border-color: #A02FDF;
}
</style>