Shades of Dark Orchid #A02AB4
Tints of Dark Orchid #A02AB4
RGB
CMYK
RGB Variations
Color information
#A02AB4 (or 0xA02AB4) is known color: Dark Orchid. HEX triplet: A0, 2A and B4. RGB value is (160,42,180). Sum of RGB (Red+Green+Blue) = 160+42+180=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #A02AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02AB4 is #5FD54B. Grayscale: #5C5C5C. Windows color (decimal): -6280524 or 11807392. OLE color: 11807392.
HSL color Cylindrical-coordinate representation of color #A02AB4: hue angle of 291.3º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02AB4 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 42 | 180 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.29 |
| HSL | 291.3º | 0.62% | 0.44% | - |
| HSV(B) | 291.3º | 0.77% | 0.71% | - |
| XYZ | 23.56 | 12.42 | 44.34 | - |
| YUV | 93.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 180 | 0.11 | 0.77 | 0 | 0.29 | 291.3 | 0.62 | 0.44 |
| Hex | A0 | 2A | B4 | B | 4D | 0 | 1D | 123 | 3E | 2C |
| Octal | 240 | 52 | 264 | 13 | 115 | 0 | 35 | 443 | 76 | 54 |
| Binary | 10100000 | 101010 | 10110100 | 1011 | 1001101 | 0 | 11101 | 100100011 | 111110 | 101100 |
Color Harmonies of #A02AB4
Complementary color
Monochromatic Colors of #A02AB4
Black with #A02AB4
Text Example
Text Example
White with #A02AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02AB4; }
p { color: rgb(160,42,180); }
H1.HeaderClassName
{
color: #A02AB4;
}
.AnyTagClassName
{
color: #A02AB4;
}
</style>
background-color css
<style>
a { background-color: #A02AB4; }
a { background-color: rgb(160,42,180); }
div.DivClassName
{
background-color: #A02AB4;
}
.BgClassName
{
background-color: #A02AB4;
}
</style>
border-color css
<style>
span { border-color: #A02AB4; }
span { border-color: rgb(160,42,180); }
td.TdClassName
{
border-color: #A02AB4;
}
.TagClassName
{
border-color: #A02AB4;
}
</style>