Shades of Dark Orchid #A02BB5
Tints of Dark Orchid #A02BB5
RGB
CMYK
RGB Variations
Color information
#A02BB5 (or 0xA02BB5) is known color: Dark Orchid. HEX triplet: A0, 2B and B5. RGB value is (160,43,181). Sum of RGB (Red+Green+Blue) = 160+43+181=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 181 - color contains mainly: blue. Hex color #A02BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BB5 is #5FD44A. Grayscale: #5D5D5D. Windows color (decimal): -6280267 or 11873184. OLE color: 11873184.
HSL color Cylindrical-coordinate representation of color #A02BB5: hue angle of 290.87º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02BB5 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 43 | 181 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.29 |
| HSL | 290.87º | 0.62% | 0.44% | - |
| HSV(B) | 290.87º | 0.76% | 0.71% | - |
| XYZ | 23.7 | 12.54 | 44.89 | - |
| YUV | 93.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 181 | 0.12 | 0.76 | 0 | 0.29 | 290.87 | 0.62 | 0.44 |
| Hex | A0 | 2B | B5 | C | 4C | 0 | 1D | 123 | 3E | 2C |
| Octal | 240 | 53 | 265 | 14 | 114 | 0 | 35 | 443 | 76 | 54 |
| Binary | 10100000 | 101011 | 10110101 | 1100 | 1001100 | 0 | 11101 | 100100011 | 111110 | 101100 |
Color Harmonies of #A02BB5
Complementary color
Monochromatic Colors of #A02BB5
Black with #A02BB5
Text Example
Text Example
White with #A02BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BB5; }
p { color: rgb(160,43,181); }
H1.HeaderClassName
{
color: #A02BB5;
}
.AnyTagClassName
{
color: #A02BB5;
}
</style>
background-color css
<style>
a { background-color: #A02BB5; }
a { background-color: rgb(160,43,181); }
div.DivClassName
{
background-color: #A02BB5;
}
.BgClassName
{
background-color: #A02BB5;
}
</style>
border-color css
<style>
span { border-color: #A02BB5; }
span { border-color: rgb(160,43,181); }
td.TdClassName
{
border-color: #A02BB5;
}
.TagClassName
{
border-color: #A02BB5;
}
</style>