Shades of Dark Orchid #A930A8
Tints of Dark Orchid #A930A8
RGB
CMYK
RGB Variations
Color information
#A930A8 (or 0xA930A8) is known color: Dark Orchid. HEX triplet: A9, 30 and A8. RGB value is (169,48,168). Sum of RGB (Red+Green+Blue) = 169+48+168=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A930A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A930A8 is #56CF57. Grayscale: #616161. Windows color (decimal): -5689176 or 11022505. OLE color: 11022505.
HSL color Cylindrical-coordinate representation of color #A930A8: hue angle of 300.5º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A930A8 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 168 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.34 |
| HSL | 300.5º | 0.56% | 0.43% | - |
| HSV(B) | 300.5º | 0.72% | 0.66% | - |
| XYZ | 24.49 | 13.38 | 38.34 | - |
| YUV | 97.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 168 | 0 | 0.72 | 0.01 | 0.34 | 300.5 | 0.56 | 0.43 |
| Hex | A9 | 30 | A8 | 0 | 48 | 1 | 22 | 12C | 38 | 2B |
| Octal | 251 | 60 | 250 | 0 | 110 | 1 | 42 | 454 | 70 | 53 |
| Binary | 10101001 | 110000 | 10101000 | 0 | 1001000 | 1 | 100010 | 100101100 | 111000 | 101011 |
Color Harmonies of #A930A8
Complementary color
Monochromatic Colors of #A930A8
Black with #A930A8
Text Example
Text Example
White with #A930A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A930A8; }
p { color: rgb(169,48,168); }
H1.HeaderClassName
{
color: #A930A8;
}
.AnyTagClassName
{
color: #A930A8;
}
</style>
background-color css
<style>
a { background-color: #A930A8; }
a { background-color: rgb(169,48,168); }
div.DivClassName
{
background-color: #A930A8;
}
.BgClassName
{
background-color: #A930A8;
}
</style>
border-color css
<style>
span { border-color: #A930A8; }
span { border-color: rgb(169,48,168); }
td.TdClassName
{
border-color: #A930A8;
}
.TagClassName
{
border-color: #A930A8;
}
</style>