Shades of Dark Orchid #A030B2
Tints of Dark Orchid #A030B2
RGB
CMYK
RGB Variations
Color information
#A030B2 (or 0xA030B2) is known color: Dark Orchid. HEX triplet: A0, 30 and B2. RGB value is (160,48,178). Sum of RGB (Red+Green+Blue) = 160+48+178=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #A030B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A030B2 is #5FCF4D. Grayscale: #5F5F5F. Windows color (decimal): -6278990 or 11677856. OLE color: 11677856.
HSL color Cylindrical-coordinate representation of color #A030B2: hue angle of 291.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A030B2 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 48 | 178 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.30 |
| HSL | 291.69º | 0.58% | 0.44% | - |
| HSV(B) | 291.69º | 0.73% | 0.7% | - |
| XYZ | 23.59 | 12.8 | 43.35 | - |
| YUV | 96.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 178 | 0.10 | 0.73 | 0 | 0.30 | 291.69 | 0.58 | 0.44 |
| Hex | A0 | 30 | B2 | A | 49 | 0 | 1E | 124 | 3A | 2C |
| Octal | 240 | 60 | 262 | 12 | 111 | 0 | 36 | 444 | 72 | 54 |
| Binary | 10100000 | 110000 | 10110010 | 1010 | 1001001 | 0 | 11110 | 100100100 | 111010 | 101100 |
Color Harmonies of #A030B2
Complementary color
Monochromatic Colors of #A030B2
Black with #A030B2
Text Example
Text Example
White with #A030B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030B2; }
p { color: rgb(160,48,178); }
H1.HeaderClassName
{
color: #A030B2;
}
.AnyTagClassName
{
color: #A030B2;
}
</style>
background-color css
<style>
a { background-color: #A030B2; }
a { background-color: rgb(160,48,178); }
div.DivClassName
{
background-color: #A030B2;
}
.BgClassName
{
background-color: #A030B2;
}
</style>
border-color css
<style>
span { border-color: #A030B2; }
span { border-color: rgb(160,48,178); }
td.TdClassName
{
border-color: #A030B2;
}
.TagClassName
{
border-color: #A030B2;
}
</style>