Shades of Dark Orchid #A030C9
Tints of Dark Orchid #A030C9
RGB
CMYK
RGB Variations
Color information
#A030C9 (or 0xA030C9) is known color: Dark Orchid. HEX triplet: A0, 30 and C9. RGB value is (160,48,201). Sum of RGB (Red+Green+Blue) = 160+48+201=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #A030C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030C9 is #5FCF36. Grayscale: #626262. Windows color (decimal): -6278967 or 13185184. OLE color: 13185184.
HSL color Cylindrical-coordinate representation of color #A030C9: hue angle of 283.92º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A030C9 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 48 | 201 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.21 |
| HSL | 283.92º | 0.61% | 0.49% | - |
| HSV(B) | 283.92º | 0.76% | 0.79% | - |
| XYZ | 26.1 | 13.8 | 56.55 | - |
| YUV | 98.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 201 | 0.20 | 0.76 | 0 | 0.21 | 283.92 | 0.61 | 0.49 |
| Hex | A0 | 30 | C9 | 14 | 4C | 0 | 15 | 11C | 3D | 31 |
| Octal | 240 | 60 | 311 | 24 | 114 | 0 | 25 | 434 | 75 | 61 |
| Binary | 10100000 | 110000 | 11001001 | 10100 | 1001100 | 0 | 10101 | 100011100 | 111101 | 110001 |
Color Harmonies of #A030C9
Complementary color
Monochromatic Colors of #A030C9
Black with #A030C9
Text Example
Text Example
White with #A030C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030C9; }
p { color: rgb(160,48,201); }
H1.HeaderClassName
{
color: #A030C9;
}
.AnyTagClassName
{
color: #A030C9;
}
</style>
background-color css
<style>
a { background-color: #A030C9; }
a { background-color: rgb(160,48,201); }
div.DivClassName
{
background-color: #A030C9;
}
.BgClassName
{
background-color: #A030C9;
}
</style>
border-color css
<style>
span { border-color: #A030C9; }
span { border-color: rgb(160,48,201); }
td.TdClassName
{
border-color: #A030C9;
}
.TagClassName
{
border-color: #A030C9;
}
</style>