Shades of Dark Orchid #A82FBA
Tints of Dark Orchid #A82FBA
RGB
CMYK
RGB Variations
Color information
#A82FBA (or 0xA82FBA) is known color: Dark Orchid. HEX triplet: A8, 2F and BA. RGB value is (168,47,186). Sum of RGB (Red+Green+Blue) = 168+47+186=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #A82FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FBA is #57D045. Grayscale: #626262. Windows color (decimal): -5754950 or 12201896. OLE color: 12201896.
HSL color Cylindrical-coordinate representation of color #A82FBA: hue angle of 292.23º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82FBA is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 47 | 186 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.27 |
| HSL | 292.23º | 0.6% | 0.46% | - |
| HSV(B) | 292.23º | 0.75% | 0.73% | - |
| XYZ | 26.03 | 13.9 | 47.77 | - |
| YUV | 99.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 186 | 0.10 | 0.75 | 0 | 0.27 | 292.23 | 0.6 | 0.46 |
| Hex | A8 | 2F | BA | A | 4B | 0 | 1B | 124 | 3C | 2E |
| Octal | 250 | 57 | 272 | 12 | 113 | 0 | 33 | 444 | 74 | 56 |
| Binary | 10101000 | 101111 | 10111010 | 1010 | 1001011 | 0 | 11011 | 100100100 | 111100 | 101110 |
Color Harmonies of #A82FBA
Complementary color
Monochromatic Colors of #A82FBA
Black with #A82FBA
Text Example
Text Example
White with #A82FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82FBA; }
p { color: rgb(168,47,186); }
H1.HeaderClassName
{
color: #A82FBA;
}
.AnyTagClassName
{
color: #A82FBA;
}
</style>
background-color css
<style>
a { background-color: #A82FBA; }
a { background-color: rgb(168,47,186); }
div.DivClassName
{
background-color: #A82FBA;
}
.BgClassName
{
background-color: #A82FBA;
}
</style>
border-color css
<style>
span { border-color: #A82FBA; }
span { border-color: rgb(168,47,186); }
td.TdClassName
{
border-color: #A82FBA;
}
.TagClassName
{
border-color: #A82FBA;
}
</style>