Shades of Dark Orchid #A230A9
Tints of Dark Orchid #A230A9
RGB
CMYK
RGB Variations
Color information
#A230A9 (or 0xA230A9) is known color: Dark Orchid. HEX triplet: A2, 30 and A9. RGB value is (162,48,169). Sum of RGB (Red+Green+Blue) = 162+48+169=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #A230A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A230A9 is #5DCF56. Grayscale: #5F5F5F. Windows color (decimal): -6147927 or 11088034. OLE color: 11088034.
HSL color Cylindrical-coordinate representation of color #A230A9: hue angle of 296.53º 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 #A230A9 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 48 | 169 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.34 |
| HSL | 296.53º | 0.56% | 0.43% | - |
| HSV(B) | 296.53º | 0.72% | 0.66% | - |
| XYZ | 23.12 | 12.66 | 38.76 | - |
| YUV | 95.88 | 169.27 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 169 | 0.04 | 0.72 | 0 | 0.34 | 296.53 | 0.56 | 0.43 |
| Hex | A2 | 30 | A9 | 4 | 48 | 0 | 22 | 129 | 38 | 2B |
| Octal | 242 | 60 | 251 | 4 | 110 | 0 | 42 | 451 | 70 | 53 |
| Binary | 10100010 | 110000 | 10101001 | 100 | 1001000 | 0 | 100010 | 100101001 | 111000 | 101011 |
Color Harmonies of #A230A9
Complementary color
Monochromatic Colors of #A230A9
Black with #A230A9
Text Example
Text Example
White with #A230A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A230A9; }
p { color: rgb(162,48,169); }
H1.HeaderClassName
{
color: #A230A9;
}
.AnyTagClassName
{
color: #A230A9;
}
</style>
background-color css
<style>
a { background-color: #A230A9; }
a { background-color: rgb(162,48,169); }
div.DivClassName
{
background-color: #A230A9;
}
.BgClassName
{
background-color: #A230A9;
}
</style>
border-color css
<style>
span { border-color: #A230A9; }
span { border-color: rgb(162,48,169); }
td.TdClassName
{
border-color: #A230A9;
}
.TagClassName
{
border-color: #A230A9;
}
</style>