Shades of Dark Orchid #A02FB2
Tints of Dark Orchid #A02FB2
RGB
CMYK
RGB Variations
Color information
#A02FB2 (or 0xA02FB2) is known color: Dark Orchid. HEX triplet: A0, 2F and B2. RGB value is (160,47,178). Sum of RGB (Red+Green+Blue) = 160+47+178=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #A02FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02FB2 is #5FD04D. Grayscale: #5F5F5F. Windows color (decimal): -6279246 or 11677600. OLE color: 11677600.
HSL color Cylindrical-coordinate representation of color #A02FB2: hue angle of 291.76º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02FB2 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 47 | 178 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.30 |
| HSL | 291.76º | 0.58% | 0.44% | - |
| HSV(B) | 291.76º | 0.74% | 0.7% | - |
| XYZ | 23.55 | 12.72 | 43.33 | - |
| YUV | 95.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 178 | 0.10 | 0.74 | 0 | 0.30 | 291.76 | 0.58 | 0.44 |
| Hex | A0 | 2F | B2 | A | 4A | 0 | 1E | 124 | 3A | 2C |
| Octal | 240 | 57 | 262 | 12 | 112 | 0 | 36 | 444 | 72 | 54 |
| Binary | 10100000 | 101111 | 10110010 | 1010 | 1001010 | 0 | 11110 | 100100100 | 111010 | 101100 |
Color Harmonies of #A02FB2
Complementary color
Monochromatic Colors of #A02FB2
Black with #A02FB2
Text Example
Text Example
White with #A02FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FB2; }
p { color: rgb(160,47,178); }
H1.HeaderClassName
{
color: #A02FB2;
}
.AnyTagClassName
{
color: #A02FB2;
}
</style>
background-color css
<style>
a { background-color: #A02FB2; }
a { background-color: rgb(160,47,178); }
div.DivClassName
{
background-color: #A02FB2;
}
.BgClassName
{
background-color: #A02FB2;
}
</style>
border-color css
<style>
span { border-color: #A02FB2; }
span { border-color: rgb(160,47,178); }
td.TdClassName
{
border-color: #A02FB2;
}
.TagClassName
{
border-color: #A02FB2;
}
</style>