Shades of Dark Orchid #AA25CF
Tints of Dark Orchid #AA25CF
RGB
CMYK
RGB Variations
Color information
#AA25CF (or 0xAA25CF) is known color: Dark Orchid. HEX triplet: AA, 25 and CF. RGB value is (170,37,207). Sum of RGB (Red+Green+Blue) = 170+37+207=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA25CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25CF is #55DA30. Grayscale: #5F5F5F. Windows color (decimal): -5626417 or 13575594. OLE color: 13575594.
HSL color Cylindrical-coordinate representation of color #AA25CF: hue angle of 286.94º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA25CF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 37 | 207 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.19 |
| HSL | 286.94º | 0.7% | 0.48% | - |
| HSV(B) | 286.94º | 0.82% | 0.81% | - |
| XYZ | 28.5 | 14.37 | 60.3 | - |
| YUV | 96.15 | 190.56 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 207 | 0.18 | 0.82 | 0 | 0.19 | 286.94 | 0.7 | 0.48 |
| Hex | AA | 25 | CF | 12 | 52 | 0 | 13 | 11F | 46 | 30 |
| Octal | 252 | 45 | 317 | 22 | 122 | 0 | 23 | 437 | 106 | 60 |
| Binary | 10101010 | 100101 | 11001111 | 10010 | 1010010 | 0 | 10011 | 100011111 | 1000110 | 110000 |
Color Harmonies of #AA25CF
Complementary color
Monochromatic Colors of #AA25CF
Black with #AA25CF
Text Example
Text Example
White with #AA25CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25CF; }
p { color: rgb(170,37,207); }
H1.HeaderClassName
{
color: #AA25CF;
}
.AnyTagClassName
{
color: #AA25CF;
}
</style>
background-color css
<style>
a { background-color: #AA25CF; }
a { background-color: rgb(170,37,207); }
div.DivClassName
{
background-color: #AA25CF;
}
.BgClassName
{
background-color: #AA25CF;
}
</style>
border-color css
<style>
span { border-color: #AA25CF; }
span { border-color: rgb(170,37,207); }
td.TdClassName
{
border-color: #AA25CF;
}
.TagClassName
{
border-color: #AA25CF;
}
</style>