Shades of Dark Orchid #AA23AF
Tints of Dark Orchid #AA23AF
RGB
CMYK
RGB Variations
Color information
#AA23AF (or 0xAA23AF) is known color: Dark Orchid. HEX triplet: AA, 23 and AF. RGB value is (170,35,175). Sum of RGB (Red+Green+Blue) = 170+35+175=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA23AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA23AF is #55DC50. Grayscale: #5A5A5A. Windows color (decimal): -5626961 or 11477930. OLE color: 11477930.
HSL color Cylindrical-coordinate representation of color #AA23AF: hue angle of 297.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA23AF is Cyan = 0.03, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 35 | 175 | - |
| CMYK | 0.03 | 0.8 | 0 | 0.31 |
| HSL | 297.86º | 0.67% | 0.41% | - |
| HSV(B) | 297.86º | 0.8% | 0.69% | - |
| XYZ | 24.92 | 12.84 | 41.72 | - |
| YUV | 91.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 175 | 0.03 | 0.8 | 0 | 0.31 | 297.86 | 0.67 | 0.41 |
| Hex | AA | 23 | AF | 3 | 50 | 0 | 1F | 12A | 43 | 29 |
| Octal | 252 | 43 | 257 | 3 | 120 | 0 | 37 | 452 | 103 | 51 |
| Binary | 10101010 | 100011 | 10101111 | 11 | 1010000 | 0 | 11111 | 100101010 | 1000011 | 101001 |
Color Harmonies of #AA23AF
Complementary color
Monochromatic Colors of #AA23AF
Black with #AA23AF
Text Example
Text Example
White with #AA23AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23AF; }
p { color: rgb(170,35,175); }
H1.HeaderClassName
{
color: #AA23AF;
}
.AnyTagClassName
{
color: #AA23AF;
}
</style>
background-color css
<style>
a { background-color: #AA23AF; }
a { background-color: rgb(170,35,175); }
div.DivClassName
{
background-color: #AA23AF;
}
.BgClassName
{
background-color: #AA23AF;
}
</style>
border-color css
<style>
span { border-color: #AA23AF; }
span { border-color: rgb(170,35,175); }
td.TdClassName
{
border-color: #AA23AF;
}
.TagClassName
{
border-color: #AA23AF;
}
</style>