Shades of Dark Orchid #A030DC
Tints of Dark Orchid #A030DC
RGB
CMYK
RGB Variations
Color information
#A030DC (or 0xA030DC) is known color: Dark Orchid. HEX triplet: A0, 30 and DC. RGB value is (160,48,220). Sum of RGB (Red+Green+Blue) = 160+48+220=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #A030DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030DC is #5FCF23. Grayscale: #646464. Windows color (decimal): -6278948 or 14430368. OLE color: 14430368.
HSL color Cylindrical-coordinate representation of color #A030DC: hue angle of 279.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A030DC is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 48 | 220 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.14 |
| HSL | 279.07º | 0.71% | 0.53% | - |
| HSV(B) | 279.07º | 0.78% | 0.86% | - |
| XYZ | 28.47 | 14.75 | 69.06 | - |
| YUV | 101.1 | 195.11 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 220 | 0.27 | 0.78 | 0 | 0.14 | 279.07 | 0.71 | 0.53 |
| Hex | A0 | 30 | DC | 1B | 4E | 0 | E | 117 | 47 | 35 |
| Octal | 240 | 60 | 334 | 33 | 116 | 0 | 16 | 427 | 107 | 65 |
| Binary | 10100000 | 110000 | 11011100 | 11011 | 1001110 | 0 | 1110 | 100010111 | 1000111 | 110101 |
Color Harmonies of #A030DC
Complementary color
Monochromatic Colors of #A030DC
Black with #A030DC
Text Example
Text Example
White with #A030DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030DC; }
p { color: rgb(160,48,220); }
H1.HeaderClassName
{
color: #A030DC;
}
.AnyTagClassName
{
color: #A030DC;
}
</style>
background-color css
<style>
a { background-color: #A030DC; }
a { background-color: rgb(160,48,220); }
div.DivClassName
{
background-color: #A030DC;
}
.BgClassName
{
background-color: #A030DC;
}
</style>
border-color css
<style>
span { border-color: #A030DC; }
span { border-color: rgb(160,48,220); }
td.TdClassName
{
border-color: #A030DC;
}
.TagClassName
{
border-color: #A030DC;
}
</style>