Shades of Dark Orchid #AA25BC
Tints of Dark Orchid #AA25BC
RGB
CMYK
RGB Variations
Color information
#AA25BC (or 0xAA25BC) is known color: Dark Orchid. HEX triplet: AA, 25 and BC. RGB value is (170,37,188). Sum of RGB (Red+Green+Blue) = 170+37+188=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA25BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25BC is #55DA43. Grayscale: #5D5D5D. Windows color (decimal): -5626436 or 12330410. OLE color: 12330410.
HSL color Cylindrical-coordinate representation of color #AA25BC: hue angle of 292.85º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA25BC is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 37 | 188 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.26 |
| HSL | 292.85º | 0.67% | 0.44% | - |
| HSV(B) | 292.85º | 0.8% | 0.74% | - |
| XYZ | 26.32 | 13.5 | 48.8 | - |
| YUV | 93.98 | 181.06 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 188 | 0.10 | 0.80 | 0 | 0.26 | 292.85 | 0.67 | 0.44 |
| Hex | AA | 25 | BC | A | 50 | 0 | 1A | 125 | 43 | 2C |
| Octal | 252 | 45 | 274 | 12 | 120 | 0 | 32 | 445 | 103 | 54 |
| Binary | 10101010 | 100101 | 10111100 | 1010 | 1010000 | 0 | 11010 | 100100101 | 1000011 | 101100 |
Color Harmonies of #AA25BC
Complementary color
Monochromatic Colors of #AA25BC
Black with #AA25BC
Text Example
Text Example
White with #AA25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25BC; }
p { color: rgb(170,37,188); }
H1.HeaderClassName
{
color: #AA25BC;
}
.AnyTagClassName
{
color: #AA25BC;
}
</style>
background-color css
<style>
a { background-color: #AA25BC; }
a { background-color: rgb(170,37,188); }
div.DivClassName
{
background-color: #AA25BC;
}
.BgClassName
{
background-color: #AA25BC;
}
</style>
border-color css
<style>
span { border-color: #AA25BC; }
span { border-color: rgb(170,37,188); }
td.TdClassName
{
border-color: #AA25BC;
}
.TagClassName
{
border-color: #AA25BC;
}
</style>