Shades of Dark Orchid #A02ABE
Tints of Dark Orchid #A02ABE
RGB
CMYK
RGB Variations
Color information
#A02ABE (or 0xA02ABE) is known color: Dark Orchid. HEX triplet: A0, 2A and BE. RGB value is (160,42,190). Sum of RGB (Red+Green+Blue) = 160+42+190=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #A02ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ABE is #5FD541. Grayscale: #5D5D5D. Windows color (decimal): -6280514 or 12462752. OLE color: 12462752.
HSL color Cylindrical-coordinate representation of color #A02ABE: hue angle of 287.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02ABE is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 42 | 190 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.25 |
| HSL | 287.84º | 0.64% | 0.45% | - |
| HSV(B) | 287.84º | 0.78% | 0.75% | - |
| XYZ | 24.62 | 12.85 | 49.9 | - |
| YUV | 94.15 | 182.09 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 190 | 0.16 | 0.78 | 0 | 0.25 | 287.84 | 0.64 | 0.45 |
| Hex | A0 | 2A | BE | 10 | 4E | 0 | 19 | 120 | 40 | 2D |
| Octal | 240 | 52 | 276 | 20 | 116 | 0 | 31 | 440 | 100 | 55 |
| Binary | 10100000 | 101010 | 10111110 | 10000 | 1001110 | 0 | 11001 | 100100000 | 1000000 | 101101 |
Color Harmonies of #A02ABE
Complementary color
Monochromatic Colors of #A02ABE
Black with #A02ABE
Text Example
Text Example
White with #A02ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02ABE; }
p { color: rgb(160,42,190); }
H1.HeaderClassName
{
color: #A02ABE;
}
.AnyTagClassName
{
color: #A02ABE;
}
</style>
background-color css
<style>
a { background-color: #A02ABE; }
a { background-color: rgb(160,42,190); }
div.DivClassName
{
background-color: #A02ABE;
}
.BgClassName
{
background-color: #A02ABE;
}
</style>
border-color css
<style>
span { border-color: #A02ABE; }
span { border-color: rgb(160,42,190); }
td.TdClassName
{
border-color: #A02ABE;
}
.TagClassName
{
border-color: #A02ABE;
}
</style>