Shades of Dark Orchid #A02FB3
Tints of Dark Orchid #A02FB3
RGB
CMYK
RGB Variations
Color information
#A02FB3 (or 0xA02FB3) is known color: Dark Orchid. HEX triplet: A0, 2F and B3. RGB value is (160,47,179). Sum of RGB (Red+Green+Blue) = 160+47+179=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #A02FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FB3 is #5FD04C. Grayscale: #5F5F5F. Windows color (decimal): -6279245 or 11743136. OLE color: 11743136.
HSL color Cylindrical-coordinate representation of color #A02FB3: hue angle of 291.36º 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 #A02FB3 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 47 | 179 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.30 |
| HSL | 291.36º | 0.58% | 0.44% | - |
| HSV(B) | 291.36º | 0.74% | 0.7% | - |
| XYZ | 23.65 | 12.76 | 43.86 | - |
| YUV | 95.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 179 | 0.11 | 0.74 | 0 | 0.30 | 291.36 | 0.58 | 0.44 |
| Hex | A0 | 2F | B3 | B | 4A | 0 | 1E | 123 | 3A | 2C |
| Octal | 240 | 57 | 263 | 13 | 112 | 0 | 36 | 443 | 72 | 54 |
| Binary | 10100000 | 101111 | 10110011 | 1011 | 1001010 | 0 | 11110 | 100100011 | 111010 | 101100 |
Color Harmonies of #A02FB3
Complementary color
Monochromatic Colors of #A02FB3
Black with #A02FB3
Text Example
Text Example
White with #A02FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FB3; }
p { color: rgb(160,47,179); }
H1.HeaderClassName
{
color: #A02FB3;
}
.AnyTagClassName
{
color: #A02FB3;
}
</style>
background-color css
<style>
a { background-color: #A02FB3; }
a { background-color: rgb(160,47,179); }
div.DivClassName
{
background-color: #A02FB3;
}
.BgClassName
{
background-color: #A02FB3;
}
</style>
border-color css
<style>
span { border-color: #A02FB3; }
span { border-color: rgb(160,47,179); }
td.TdClassName
{
border-color: #A02FB3;
}
.TagClassName
{
border-color: #A02FB3;
}
</style>