Shades of Dark Orchid #A030D7
Tints of Dark Orchid #A030D7
RGB
CMYK
RGB Variations
Color information
#A030D7 (or 0xA030D7) is known color: Dark Orchid. HEX triplet: A0, 30 and D7. RGB value is (160,48,215). Sum of RGB (Red+Green+Blue) = 160+48+215=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #A030D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030D7 is #5FCF28. Grayscale: #636363. Windows color (decimal): -6278953 or 14102688. OLE color: 14102688.
HSL color Cylindrical-coordinate representation of color #A030D7: hue angle of 280.24º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A030D7 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 48 | 215 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.16 |
| HSL | 280.24º | 0.68% | 0.52% | - |
| HSV(B) | 280.24º | 0.78% | 0.84% | - |
| XYZ | 27.82 | 14.49 | 65.62 | - |
| YUV | 100.53 | 192.61 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 215 | 0.26 | 0.78 | 0 | 0.16 | 280.24 | 0.68 | 0.52 |
| Hex | A0 | 30 | D7 | 1A | 4E | 0 | 10 | 118 | 44 | 34 |
| Octal | 240 | 60 | 327 | 32 | 116 | 0 | 20 | 430 | 104 | 64 |
| Binary | 10100000 | 110000 | 11010111 | 11010 | 1001110 | 0 | 10000 | 100011000 | 1000100 | 110100 |
Color Harmonies of #A030D7
Complementary color
Monochromatic Colors of #A030D7
Black with #A030D7
Text Example
Text Example
White with #A030D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030D7; }
p { color: rgb(160,48,215); }
H1.HeaderClassName
{
color: #A030D7;
}
.AnyTagClassName
{
color: #A030D7;
}
</style>
background-color css
<style>
a { background-color: #A030D7; }
a { background-color: rgb(160,48,215); }
div.DivClassName
{
background-color: #A030D7;
}
.BgClassName
{
background-color: #A030D7;
}
</style>
border-color css
<style>
span { border-color: #A030D7; }
span { border-color: rgb(160,48,215); }
td.TdClassName
{
border-color: #A030D7;
}
.TagClassName
{
border-color: #A030D7;
}
</style>