Shades of Dark Orchid #A02DDF
Tints of Dark Orchid #A02DDF
RGB
CMYK
RGB Variations
Color information
#A02DDF (or 0xA02DDF) is known color: Dark Orchid. HEX triplet: A0, 2D and DF. RGB value is (160,45,223). Sum of RGB (Red+Green+Blue) = 160+45+223=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #A02DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DDF is #5FD220. Grayscale: #636363. Windows color (decimal): -6279713 or 14626208. OLE color: 14626208.
HSL color Cylindrical-coordinate representation of color #A02DDF: hue angle of 278.76º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02DDF is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 45 | 223 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.13 |
| HSL | 278.76º | 0.74% | 0.53% | - |
| HSV(B) | 278.76º | 0.8% | 0.87% | - |
| XYZ | 28.75 | 14.68 | 71.13 | - |
| YUV | 99.68 | 197.6 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 223 | 0.28 | 0.80 | 0 | 0.13 | 278.76 | 0.74 | 0.53 |
| Hex | A0 | 2D | DF | 1C | 50 | 0 | D | 117 | 4A | 35 |
| Octal | 240 | 55 | 337 | 34 | 120 | 0 | 15 | 427 | 112 | 65 |
| Binary | 10100000 | 101101 | 11011111 | 11100 | 1010000 | 0 | 1101 | 100010111 | 1001010 | 110101 |
Color Harmonies of #A02DDF
Complementary color
Monochromatic Colors of #A02DDF
Black with #A02DDF
Text Example
Text Example
White with #A02DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DDF; }
p { color: rgb(160,45,223); }
H1.HeaderClassName
{
color: #A02DDF;
}
.AnyTagClassName
{
color: #A02DDF;
}
</style>
background-color css
<style>
a { background-color: #A02DDF; }
a { background-color: rgb(160,45,223); }
div.DivClassName
{
background-color: #A02DDF;
}
.BgClassName
{
background-color: #A02DDF;
}
</style>
border-color css
<style>
span { border-color: #A02DDF; }
span { border-color: rgb(160,45,223); }
td.TdClassName
{
border-color: #A02DDF;
}
.TagClassName
{
border-color: #A02DDF;
}
</style>