Shades of Dark Orchid #AA30AC
Tints of Dark Orchid #AA30AC
RGB
CMYK
RGB Variations
Color information
#AA30AC (or 0xAA30AC) is known color: Dark Orchid. HEX triplet: AA, 30 and AC. RGB value is (170,48,172). Sum of RGB (Red+Green+Blue) = 170+48+172=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA30AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA30AC is #55CF53. Grayscale: #626262. Windows color (decimal): -5623636 or 11284650. OLE color: 11284650.
HSL color Cylindrical-coordinate representation of color #AA30AC: hue angle of 299.03º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA30AC is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 172 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.33 |
| HSL | 299.03º | 0.56% | 0.43% | - |
| HSV(B) | 299.03º | 0.72% | 0.67% | - |
| XYZ | 25.08 | 13.64 | 40.34 | - |
| YUV | 98.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 172 | 0.01 | 0.72 | 0 | 0.33 | 299.03 | 0.56 | 0.43 |
| Hex | AA | 30 | AC | 1 | 48 | 0 | 21 | 12B | 38 | 2B |
| Octal | 252 | 60 | 254 | 1 | 110 | 0 | 41 | 453 | 70 | 53 |
| Binary | 10101010 | 110000 | 10101100 | 1 | 1001000 | 0 | 100001 | 100101011 | 111000 | 101011 |
Color Harmonies of #AA30AC
Complementary color
Monochromatic Colors of #AA30AC
Black with #AA30AC
Text Example
Text Example
White with #AA30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30AC; }
p { color: rgb(170,48,172); }
H1.HeaderClassName
{
color: #AA30AC;
}
.AnyTagClassName
{
color: #AA30AC;
}
</style>
background-color css
<style>
a { background-color: #AA30AC; }
a { background-color: rgb(170,48,172); }
div.DivClassName
{
background-color: #AA30AC;
}
.BgClassName
{
background-color: #AA30AC;
}
</style>
border-color css
<style>
span { border-color: #AA30AC; }
span { border-color: rgb(170,48,172); }
td.TdClassName
{
border-color: #AA30AC;
}
.TagClassName
{
border-color: #AA30AC;
}
</style>