Shades of Dark Orchid #A930E0
Tints of Dark Orchid #A930E0
RGB
CMYK
RGB Variations
Color information
#A930E0 (or 0xA930E0) is known color: Dark Orchid. HEX triplet: A9, 30 and E0. RGB value is (169,48,224). Sum of RGB (Red+Green+Blue) = 169+48+224=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #A930E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A930E0 is #56CF1F. Grayscale: #676767. Windows color (decimal): -5689120 or 14692521. OLE color: 14692521.
HSL color Cylindrical-coordinate representation of color #A930E0: hue angle of 281.25º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A930E0 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 48 | 224 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.12 |
| HSL | 281.25º | 0.74% | 0.53% | - |
| HSV(B) | 281.25º | 0.79% | 0.88% | - |
| XYZ | 30.87 | 15.93 | 71.97 | - |
| YUV | 104.24 | 195.59 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 224 | 0.25 | 0.79 | 0 | 0.12 | 281.25 | 0.74 | 0.53 |
| Hex | A9 | 30 | E0 | 19 | 4F | 0 | C | 119 | 4A | 35 |
| Octal | 251 | 60 | 340 | 31 | 117 | 0 | 14 | 431 | 112 | 65 |
| Binary | 10101001 | 110000 | 11100000 | 11001 | 1001111 | 0 | 1100 | 100011001 | 1001010 | 110101 |
Color Harmonies of #A930E0
Complementary color
Monochromatic Colors of #A930E0
Black with #A930E0
Text Example
Text Example
White with #A930E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A930E0; }
p { color: rgb(169,48,224); }
H1.HeaderClassName
{
color: #A930E0;
}
.AnyTagClassName
{
color: #A930E0;
}
</style>
background-color css
<style>
a { background-color: #A930E0; }
a { background-color: rgb(169,48,224); }
div.DivClassName
{
background-color: #A930E0;
}
.BgClassName
{
background-color: #A930E0;
}
</style>
border-color css
<style>
span { border-color: #A930E0; }
span { border-color: rgb(169,48,224); }
td.TdClassName
{
border-color: #A930E0;
}
.TagClassName
{
border-color: #A930E0;
}
</style>