Shades of Dark Orchid #A82FDA
Tints of Dark Orchid #A82FDA
RGB
CMYK
RGB Variations
Color information
#A82FDA (or 0xA82FDA) is known color: Dark Orchid. HEX triplet: A8, 2F and DA. RGB value is (168,47,218). Sum of RGB (Red+Green+Blue) = 168+47+218=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #A82FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FDA is #57D025. Grayscale: #666666. Windows color (decimal): -5754918 or 14299048. OLE color: 14299048.
HSL color Cylindrical-coordinate representation of color #A82FDA: hue angle of 282.46º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82FDA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 47 | 218 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.15 |
| HSL | 282.46º | 0.7% | 0.52% | - |
| HSV(B) | 282.46º | 0.78% | 0.85% | - |
| XYZ | 29.82 | 15.42 | 67.73 | - |
| YUV | 102.67 | 193.09 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 218 | 0.23 | 0.78 | 0 | 0.15 | 282.46 | 0.7 | 0.52 |
| Hex | A8 | 2F | DA | 17 | 4E | 0 | F | 11A | 46 | 34 |
| Octal | 250 | 57 | 332 | 27 | 116 | 0 | 17 | 432 | 106 | 64 |
| Binary | 10101000 | 101111 | 11011010 | 10111 | 1001110 | 0 | 1111 | 100011010 | 1000110 | 110100 |
Color Harmonies of #A82FDA
Complementary color
Monochromatic Colors of #A82FDA
Black with #A82FDA
Text Example
Text Example
White with #A82FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82FDA; }
p { color: rgb(168,47,218); }
H1.HeaderClassName
{
color: #A82FDA;
}
.AnyTagClassName
{
color: #A82FDA;
}
</style>
background-color css
<style>
a { background-color: #A82FDA; }
a { background-color: rgb(168,47,218); }
div.DivClassName
{
background-color: #A82FDA;
}
.BgClassName
{
background-color: #A82FDA;
}
</style>
border-color css
<style>
span { border-color: #A82FDA; }
span { border-color: rgb(168,47,218); }
td.TdClassName
{
border-color: #A82FDA;
}
.TagClassName
{
border-color: #A82FDA;
}
</style>