Shades of Dark Orchid #AA33CF
Tints of Dark Orchid #AA33CF
RGB
CMYK
RGB Variations
Color information
#AA33CF (or 0xAA33CF) is known color: Dark Orchid. HEX triplet: AA, 33 and CF. RGB value is (170,51,207). Sum of RGB (Red+Green+Blue) = 170+51+207=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA33CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33CF is #55CC30. Grayscale: #676767. Windows color (decimal): -5622833 or 13579178. OLE color: 13579178.
HSL color Cylindrical-coordinate representation of color #AA33CF: hue angle of 285.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA33CF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 51 | 207 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.19 |
| HSL | 285.77º | 0.62% | 0.51% | - |
| HSV(B) | 285.77º | 0.75% | 0.81% | - |
| XYZ | 29.02 | 15.42 | 60.48 | - |
| YUV | 104.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 207 | 0.18 | 0.75 | 0 | 0.19 | 285.77 | 0.62 | 0.51 |
| Hex | AA | 33 | CF | 12 | 4B | 0 | 13 | 11E | 3E | 33 |
| Octal | 252 | 63 | 317 | 22 | 113 | 0 | 23 | 436 | 76 | 63 |
| Binary | 10101010 | 110011 | 11001111 | 10010 | 1001011 | 0 | 10011 | 100011110 | 111110 | 110011 |
Color Harmonies of #AA33CF
Complementary color
Monochromatic Colors of #AA33CF
Black with #AA33CF
Text Example
Text Example
White with #AA33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA33CF; }
p { color: rgb(170,51,207); }
H1.HeaderClassName
{
color: #AA33CF;
}
.AnyTagClassName
{
color: #AA33CF;
}
</style>
background-color css
<style>
a { background-color: #AA33CF; }
a { background-color: rgb(170,51,207); }
div.DivClassName
{
background-color: #AA33CF;
}
.BgClassName
{
background-color: #AA33CF;
}
</style>
border-color css
<style>
span { border-color: #AA33CF; }
span { border-color: rgb(170,51,207); }
td.TdClassName
{
border-color: #AA33CF;
}
.TagClassName
{
border-color: #AA33CF;
}
</style>