Shades of Dark Orchid #A923AA
Tints of Dark Orchid #A923AA
RGB
CMYK
RGB Variations
Color information
#A923AA (or 0xA923AA) is known color: Dark Orchid. HEX triplet: A9, 23 and AA. RGB value is (169,35,170). Sum of RGB (Red+Green+Blue) = 169+35+170=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #A923AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A923AA is #56DC55. Grayscale: #5A5A5A. Windows color (decimal): -5692502 or 11150249. OLE color: 11150249.
HSL color Cylindrical-coordinate representation of color #A923AA: hue angle of 299.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A923AA is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 35 | 170 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.33 |
| HSL | 299.56º | 0.66% | 0.4% | - |
| HSV(B) | 299.56º | 0.79% | 0.67% | - |
| XYZ | 24.22 | 12.54 | 39.17 | - |
| YUV | 90.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 35 | 170 | 0.01 | 0.79 | 0 | 0.33 | 299.56 | 0.66 | 0.4 |
| Hex | A9 | 23 | AA | 1 | 4F | 0 | 21 | 12C | 42 | 28 |
| Octal | 251 | 43 | 252 | 1 | 117 | 0 | 41 | 454 | 102 | 50 |
| Binary | 10101001 | 100011 | 10101010 | 1 | 1001111 | 0 | 100001 | 100101100 | 1000010 | 101000 |
Color Harmonies of #A923AA
Complementary color
Monochromatic Colors of #A923AA
Black with #A923AA
Text Example
Text Example
White with #A923AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A923AA; }
p { color: rgb(169,35,170); }
H1.HeaderClassName
{
color: #A923AA;
}
.AnyTagClassName
{
color: #A923AA;
}
</style>
background-color css
<style>
a { background-color: #A923AA; }
a { background-color: rgb(169,35,170); }
div.DivClassName
{
background-color: #A923AA;
}
.BgClassName
{
background-color: #A923AA;
}
</style>
border-color css
<style>
span { border-color: #A923AA; }
span { border-color: rgb(169,35,170); }
td.TdClassName
{
border-color: #A923AA;
}
.TagClassName
{
border-color: #A923AA;
}
</style>