Shades of Dark Orchid #AA33AF
Tints of Dark Orchid #AA33AF
RGB
CMYK
RGB Variations
Color information
#AA33AF (or 0xAA33AF) is known color: Dark Orchid. HEX triplet: AA, 33 and AF. RGB value is (170,51,175). Sum of RGB (Red+Green+Blue) = 170+51+175=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA33AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33AF is #55CC50. Grayscale: #646464. Windows color (decimal): -5622865 or 11482026. OLE color: 11482026.
HSL color Cylindrical-coordinate representation of color #AA33AF: hue angle of 297.58º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA33AF is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 51 | 175 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.31 |
| HSL | 297.58º | 0.55% | 0.44% | - |
| HSV(B) | 297.58º | 0.71% | 0.69% | - |
| XYZ | 25.5 | 14.01 | 41.92 | - |
| YUV | 100.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 175 | 0.03 | 0.71 | 0 | 0.31 | 297.58 | 0.55 | 0.44 |
| Hex | AA | 33 | AF | 3 | 47 | 0 | 1F | 12A | 37 | 2C |
| Octal | 252 | 63 | 257 | 3 | 107 | 0 | 37 | 452 | 67 | 54 |
| Binary | 10101010 | 110011 | 10101111 | 11 | 1000111 | 0 | 11111 | 100101010 | 110111 | 101100 |
Color Harmonies of #AA33AF
Complementary color
Monochromatic Colors of #AA33AF
Black with #AA33AF
Text Example
Text Example
White with #AA33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA33AF; }
p { color: rgb(170,51,175); }
H1.HeaderClassName
{
color: #AA33AF;
}
.AnyTagClassName
{
color: #AA33AF;
}
</style>
background-color css
<style>
a { background-color: #AA33AF; }
a { background-color: rgb(170,51,175); }
div.DivClassName
{
background-color: #AA33AF;
}
.BgClassName
{
background-color: #AA33AF;
}
</style>
border-color css
<style>
span { border-color: #AA33AF; }
span { border-color: rgb(170,51,175); }
td.TdClassName
{
border-color: #AA33AF;
}
.TagClassName
{
border-color: #AA33AF;
}
</style>