Shades of Dark Orchid #AA25CC
Tints of Dark Orchid #AA25CC
RGB
CMYK
RGB Variations
Color information
#AA25CC (or 0xAA25CC) is known color: Dark Orchid. HEX triplet: AA, 25 and CC. RGB value is (170,37,204). Sum of RGB (Red+Green+Blue) = 170+37+204=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA25CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25CC is #55DA33. Grayscale: #5F5F5F. Windows color (decimal): -5626420 or 13378986. OLE color: 13378986.
HSL color Cylindrical-coordinate representation of color #AA25CC: hue angle of 287.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA25CC is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 37 | 204 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.2 |
| HSL | 287.78º | 0.69% | 0.47% | - |
| HSV(B) | 287.78º | 0.82% | 0.8% | - |
| XYZ | 28.14 | 14.23 | 58.39 | - |
| YUV | 95.81 | 189.06 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 204 | 0.17 | 0.82 | 0 | 0.2 | 287.78 | 0.69 | 0.47 |
| Hex | AA | 25 | CC | 11 | 52 | 0 | 14 | 120 | 45 | 2F |
| Octal | 252 | 45 | 314 | 21 | 122 | 0 | 24 | 440 | 105 | 57 |
| Binary | 10101010 | 100101 | 11001100 | 10001 | 1010010 | 0 | 10100 | 100100000 | 1000101 | 101111 |
Color Harmonies of #AA25CC
Complementary color
Monochromatic Colors of #AA25CC
Black with #AA25CC
Text Example
Text Example
White with #AA25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25CC; }
p { color: rgb(170,37,204); }
H1.HeaderClassName
{
color: #AA25CC;
}
.AnyTagClassName
{
color: #AA25CC;
}
</style>
background-color css
<style>
a { background-color: #AA25CC; }
a { background-color: rgb(170,37,204); }
div.DivClassName
{
background-color: #AA25CC;
}
.BgClassName
{
background-color: #AA25CC;
}
</style>
border-color css
<style>
span { border-color: #AA25CC; }
span { border-color: rgb(170,37,204); }
td.TdClassName
{
border-color: #AA25CC;
}
.TagClassName
{
border-color: #AA25CC;
}
</style>