Shades of Dark Orchid #A02BAE
Tints of Dark Orchid #A02BAE
RGB
CMYK
RGB Variations
Color information
#A02BAE (or 0xA02BAE) is known color: Dark Orchid. HEX triplet: A0, 2B and AE. RGB value is (160,43,174). Sum of RGB (Red+Green+Blue) = 160+43+174=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #A02BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02BAE is #5FD451. Grayscale: #5C5C5C. Windows color (decimal): -6280274 or 11414432. OLE color: 11414432.
HSL color Cylindrical-coordinate representation of color #A02BAE: hue angle of 293.59º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02BAE is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 43 | 174 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.32 |
| HSL | 293.59º | 0.6% | 0.43% | - |
| HSV(B) | 293.59º | 0.75% | 0.68% | - |
| XYZ | 23 | 12.26 | 41.2 | - |
| YUV | 92.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 174 | 0.08 | 0.75 | 0 | 0.32 | 293.59 | 0.6 | 0.43 |
| Hex | A0 | 2B | AE | 8 | 4B | 0 | 20 | 126 | 3C | 2B |
| Octal | 240 | 53 | 256 | 10 | 113 | 0 | 40 | 446 | 74 | 53 |
| Binary | 10100000 | 101011 | 10101110 | 1000 | 1001011 | 0 | 100000 | 100100110 | 111100 | 101011 |
Color Harmonies of #A02BAE
Complementary color
Monochromatic Colors of #A02BAE
Black with #A02BAE
Text Example
Text Example
White with #A02BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BAE; }
p { color: rgb(160,43,174); }
H1.HeaderClassName
{
color: #A02BAE;
}
.AnyTagClassName
{
color: #A02BAE;
}
</style>
background-color css
<style>
a { background-color: #A02BAE; }
a { background-color: rgb(160,43,174); }
div.DivClassName
{
background-color: #A02BAE;
}
.BgClassName
{
background-color: #A02BAE;
}
</style>
border-color css
<style>
span { border-color: #A02BAE; }
span { border-color: rgb(160,43,174); }
td.TdClassName
{
border-color: #A02BAE;
}
.TagClassName
{
border-color: #A02BAE;
}
</style>