Shades of Dark Orchid #A82ABE
Tints of Dark Orchid #A82ABE
RGB
CMYK
RGB Variations
Color information
#A82ABE (or 0xA82ABE) is known color: Dark Orchid. HEX triplet: A8, 2A and BE. RGB value is (168,42,190). Sum of RGB (Red+Green+Blue) = 168+42+190=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #A82ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ABE is #57D541. Grayscale: #606060. Windows color (decimal): -5756226 or 12462760. OLE color: 12462760.
HSL color Cylindrical-coordinate representation of color #A82ABE: hue angle of 291.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82ABE is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 42 | 190 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.25 |
| HSL | 291.08º | 0.64% | 0.45% | - |
| HSV(B) | 291.08º | 0.78% | 0.75% | - |
| XYZ | 26.27 | 13.7 | 49.97 | - |
| YUV | 96.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 190 | 0.12 | 0.78 | 0 | 0.25 | 291.08 | 0.64 | 0.45 |
| Hex | A8 | 2A | BE | C | 4E | 0 | 19 | 123 | 40 | 2D |
| Octal | 250 | 52 | 276 | 14 | 116 | 0 | 31 | 443 | 100 | 55 |
| Binary | 10101000 | 101010 | 10111110 | 1100 | 1001110 | 0 | 11001 | 100100011 | 1000000 | 101101 |
Color Harmonies of #A82ABE
Complementary color
Monochromatic Colors of #A82ABE
Black with #A82ABE
Text Example
Text Example
White with #A82ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82ABE; }
p { color: rgb(168,42,190); }
H1.HeaderClassName
{
color: #A82ABE;
}
.AnyTagClassName
{
color: #A82ABE;
}
</style>
background-color css
<style>
a { background-color: #A82ABE; }
a { background-color: rgb(168,42,190); }
div.DivClassName
{
background-color: #A82ABE;
}
.BgClassName
{
background-color: #A82ABE;
}
</style>
border-color css
<style>
span { border-color: #A82ABE; }
span { border-color: rgb(168,42,190); }
td.TdClassName
{
border-color: #A82ABE;
}
.TagClassName
{
border-color: #A82ABE;
}
</style>