Shades of Dark Orchid #A02FB5
Tints of Dark Orchid #A02FB5
RGB
CMYK
RGB Variations
Color information
#A02FB5 (or 0xA02FB5) is known color: Dark Orchid. HEX triplet: A0, 2F and B5. RGB value is (160,47,181). Sum of RGB (Red+Green+Blue) = 160+47+181=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #A02FB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FB5 is #5FD04A. Grayscale: #5F5F5F. Windows color (decimal): -6279243 or 11874208. OLE color: 11874208.
HSL color Cylindrical-coordinate representation of color #A02FB5: hue angle of 290.6º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02FB5 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 47 | 181 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.29 |
| HSL | 290.6º | 0.59% | 0.45% | - |
| HSV(B) | 290.6º | 0.74% | 0.71% | - |
| XYZ | 23.85 | 12.84 | 44.94 | - |
| YUV | 96.06 | 175.94 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 181 | 0.12 | 0.74 | 0 | 0.29 | 290.6 | 0.59 | 0.45 |
| Hex | A0 | 2F | B5 | C | 4A | 0 | 1D | 123 | 3B | 2D |
| Octal | 240 | 57 | 265 | 14 | 112 | 0 | 35 | 443 | 73 | 55 |
| Binary | 10100000 | 101111 | 10110101 | 1100 | 1001010 | 0 | 11101 | 100100011 | 111011 | 101101 |
Color Harmonies of #A02FB5
Complementary color
Monochromatic Colors of #A02FB5
Black with #A02FB5
Text Example
Text Example
White with #A02FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FB5; }
p { color: rgb(160,47,181); }
H1.HeaderClassName
{
color: #A02FB5;
}
.AnyTagClassName
{
color: #A02FB5;
}
</style>
background-color css
<style>
a { background-color: #A02FB5; }
a { background-color: rgb(160,47,181); }
div.DivClassName
{
background-color: #A02FB5;
}
.BgClassName
{
background-color: #A02FB5;
}
</style>
border-color css
<style>
span { border-color: #A02FB5; }
span { border-color: rgb(160,47,181); }
td.TdClassName
{
border-color: #A02FB5;
}
.TagClassName
{
border-color: #A02FB5;
}
</style>