Shades of Dark Orchid #AA42C8
Tints of Dark Orchid #AA42C8
RGB
CMYK
RGB Variations
Color information
#AA42C8 (or 0xAA42C8) is known color: Dark Orchid. HEX triplet: AA, 42 and C8. RGB value is (170,66,200). Sum of RGB (Red+Green+Blue) = 170+66+200=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA42C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42C8 is #55BD37. Grayscale: #6F6F6F. Windows color (decimal): -5619000 or 13124266. OLE color: 13124266.
HSL color Cylindrical-coordinate representation of color #AA42C8: hue angle of 286.57º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA42C8 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 66 | 200 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.22 |
| HSL | 286.57º | 0.55% | 0.52% | - |
| HSV(B) | 286.57º | 0.67% | 0.78% | - |
| XYZ | 28.95 | 16.61 | 56.32 | - |
| YUV | 112.37 | 177.46 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 200 | 0.15 | 0.67 | 0 | 0.22 | 286.57 | 0.55 | 0.52 |
| Hex | AA | 42 | C8 | F | 43 | 0 | 16 | 11F | 37 | 34 |
| Octal | 252 | 102 | 310 | 17 | 103 | 0 | 26 | 437 | 67 | 64 |
| Binary | 10101010 | 1000010 | 11001000 | 1111 | 1000011 | 0 | 10110 | 100011111 | 110111 | 110100 |
Color Harmonies of #AA42C8
Complementary color
Monochromatic Colors of #AA42C8
Black with #AA42C8
Text Example
Text Example
White with #AA42C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42C8; }
p { color: rgb(170,66,200); }
H1.HeaderClassName
{
color: #AA42C8;
}
.AnyTagClassName
{
color: #AA42C8;
}
</style>
background-color css
<style>
a { background-color: #AA42C8; }
a { background-color: rgb(170,66,200); }
div.DivClassName
{
background-color: #AA42C8;
}
.BgClassName
{
background-color: #AA42C8;
}
</style>
border-color css
<style>
span { border-color: #AA42C8; }
span { border-color: rgb(170,66,200); }
td.TdClassName
{
border-color: #AA42C8;
}
.TagClassName
{
border-color: #AA42C8;
}
</style>