Shades of Dark Orchid #AA28AF
Tints of Dark Orchid #AA28AF
RGB
CMYK
RGB Variations
Color information
#AA28AF (or 0xAA28AF) is known color: Dark Orchid. HEX triplet: AA, 28 and AF. RGB value is (170,40,175). Sum of RGB (Red+Green+Blue) = 170+40+175=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA28AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA28AF is #55D750. Grayscale: #5D5D5D. Windows color (decimal): -5625681 or 11479210. OLE color: 11479210.
HSL color Cylindrical-coordinate representation of color #AA28AF: hue angle of 297.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA28AF is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 40 | 175 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.31 |
| HSL | 297.78º | 0.63% | 0.42% | - |
| HSV(B) | 297.78º | 0.77% | 0.69% | - |
| XYZ | 25.07 | 13.16 | 41.78 | - |
| YUV | 94.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 175 | 0.03 | 0.77 | 0 | 0.31 | 297.78 | 0.63 | 0.42 |
| Hex | AA | 28 | AF | 3 | 4D | 0 | 1F | 12A | 3F | 2A |
| Octal | 252 | 50 | 257 | 3 | 115 | 0 | 37 | 452 | 77 | 52 |
| Binary | 10101010 | 101000 | 10101111 | 11 | 1001101 | 0 | 11111 | 100101010 | 111111 | 101010 |
Color Harmonies of #AA28AF
Complementary color
Monochromatic Colors of #AA28AF
Black with #AA28AF
Text Example
Text Example
White with #AA28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28AF; }
p { color: rgb(170,40,175); }
H1.HeaderClassName
{
color: #AA28AF;
}
.AnyTagClassName
{
color: #AA28AF;
}
</style>
background-color css
<style>
a { background-color: #AA28AF; }
a { background-color: rgb(170,40,175); }
div.DivClassName
{
background-color: #AA28AF;
}
.BgClassName
{
background-color: #AA28AF;
}
</style>
border-color css
<style>
span { border-color: #AA28AF; }
span { border-color: rgb(170,40,175); }
td.TdClassName
{
border-color: #AA28AF;
}
.TagClassName
{
border-color: #AA28AF;
}
</style>