Shades of Dark Orchid #AA36AF
Tints of Dark Orchid #AA36AF
RGB
CMYK
RGB Variations
Color information
#AA36AF (or 0xAA36AF) is known color: Dark Orchid. HEX triplet: AA, 36 and AF. RGB value is (170,54,175). Sum of RGB (Red+Green+Blue) = 170+54+175=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA36AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36AF is #55C950. Grayscale: #666666. Windows color (decimal): -5622097 or 11482794. OLE color: 11482794.
HSL color Cylindrical-coordinate representation of color #AA36AF: hue angle of 297.52º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA36AF is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 54 | 175 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.31 |
| HSL | 297.52º | 0.53% | 0.45% | - |
| HSV(B) | 297.52º | 0.69% | 0.69% | - |
| XYZ | 25.63 | 14.28 | 41.96 | - |
| YUV | 102.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 175 | 0.03 | 0.69 | 0 | 0.31 | 297.52 | 0.53 | 0.45 |
| Hex | AA | 36 | AF | 3 | 45 | 0 | 1F | 12A | 35 | 2D |
| Octal | 252 | 66 | 257 | 3 | 105 | 0 | 37 | 452 | 65 | 55 |
| Binary | 10101010 | 110110 | 10101111 | 11 | 1000101 | 0 | 11111 | 100101010 | 110101 | 101101 |
Color Harmonies of #AA36AF
Complementary color
Monochromatic Colors of #AA36AF
Black with #AA36AF
Text Example
Text Example
White with #AA36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36AF; }
p { color: rgb(170,54,175); }
H1.HeaderClassName
{
color: #AA36AF;
}
.AnyTagClassName
{
color: #AA36AF;
}
</style>
background-color css
<style>
a { background-color: #AA36AF; }
a { background-color: rgb(170,54,175); }
div.DivClassName
{
background-color: #AA36AF;
}
.BgClassName
{
background-color: #AA36AF;
}
</style>
border-color css
<style>
span { border-color: #AA36AF; }
span { border-color: rgb(170,54,175); }
td.TdClassName
{
border-color: #AA36AF;
}
.TagClassName
{
border-color: #AA36AF;
}
</style>