Shades of Dark Orchid #AA42CB
Tints of Dark Orchid #AA42CB
RGB
CMYK
RGB Variations
Color information
#AA42CB (or 0xAA42CB) is known color: Dark Orchid. HEX triplet: AA, 42 and CB. RGB value is (170,66,203). Sum of RGB (Red+Green+Blue) = 170+66+203=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA42CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42CB is #55BD34. Grayscale: #707070. Windows color (decimal): -5618997 or 13320874. OLE color: 13320874.
HSL color Cylindrical-coordinate representation of color #AA42CB: hue angle of 285.55º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA42CB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 66 | 203 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.20 |
| HSL | 285.55º | 0.57% | 0.53% | - |
| HSV(B) | 285.55º | 0.67% | 0.8% | - |
| XYZ | 29.31 | 16.75 | 58.19 | - |
| YUV | 112.71 | 178.96 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 203 | 0.16 | 0.67 | 0 | 0.20 | 285.55 | 0.57 | 0.53 |
| Hex | AA | 42 | CB | 10 | 43 | 0 | 14 | 11E | 39 | 35 |
| Octal | 252 | 102 | 313 | 20 | 103 | 0 | 24 | 436 | 71 | 65 |
| Binary | 10101010 | 1000010 | 11001011 | 10000 | 1000011 | 0 | 10100 | 100011110 | 111001 | 110101 |
Color Harmonies of #AA42CB
Complementary color
Monochromatic Colors of #AA42CB
Black with #AA42CB
Text Example
Text Example
White with #AA42CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42CB; }
p { color: rgb(170,66,203); }
H1.HeaderClassName
{
color: #AA42CB;
}
.AnyTagClassName
{
color: #AA42CB;
}
</style>
background-color css
<style>
a { background-color: #AA42CB; }
a { background-color: rgb(170,66,203); }
div.DivClassName
{
background-color: #AA42CB;
}
.BgClassName
{
background-color: #AA42CB;
}
</style>
border-color css
<style>
span { border-color: #AA42CB; }
span { border-color: rgb(170,66,203); }
td.TdClassName
{
border-color: #AA42CB;
}
.TagClassName
{
border-color: #AA42CB;
}
</style>