Shades of Dark Orchid #A82ABF
Tints of Dark Orchid #A82ABF
RGB
CMYK
RGB Variations
Color information
#A82ABF (or 0xA82ABF) is known color: Dark Orchid. HEX triplet: A8, 2A and BF. RGB value is (168,42,191). Sum of RGB (Red+Green+Blue) = 168+42+191=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #A82ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ABF is #57D540. Grayscale: #606060. Windows color (decimal): -5756225 or 12528296. OLE color: 12528296.
HSL color Cylindrical-coordinate representation of color #A82ABF: hue angle of 290.74º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82ABF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 42 | 191 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.25 |
| HSL | 290.74º | 0.64% | 0.46% | - |
| HSV(B) | 290.74º | 0.78% | 0.75% | - |
| XYZ | 26.38 | 13.74 | 50.55 | - |
| YUV | 96.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 191 | 0.12 | 0.78 | 0 | 0.25 | 290.74 | 0.64 | 0.46 |
| Hex | A8 | 2A | BF | C | 4E | 0 | 19 | 123 | 40 | 2E |
| Octal | 250 | 52 | 277 | 14 | 116 | 0 | 31 | 443 | 100 | 56 |
| Binary | 10101000 | 101010 | 10111111 | 1100 | 1001110 | 0 | 11001 | 100100011 | 1000000 | 101110 |
Color Harmonies of #A82ABF
Complementary color
Monochromatic Colors of #A82ABF
Black with #A82ABF
Text Example
Text Example
White with #A82ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82ABF; }
p { color: rgb(168,42,191); }
H1.HeaderClassName
{
color: #A82ABF;
}
.AnyTagClassName
{
color: #A82ABF;
}
</style>
background-color css
<style>
a { background-color: #A82ABF; }
a { background-color: rgb(168,42,191); }
div.DivClassName
{
background-color: #A82ABF;
}
.BgClassName
{
background-color: #A82ABF;
}
</style>
border-color css
<style>
span { border-color: #A82ABF; }
span { border-color: rgb(168,42,191); }
td.TdClassName
{
border-color: #A82ABF;
}
.TagClassName
{
border-color: #A82ABF;
}
</style>