Shades of Dark Orchid #A82FDF
Tints of Dark Orchid #A82FDF
RGB
CMYK
RGB Variations
Color information
#A82FDF (or 0xA82FDF) is known color: Dark Orchid. HEX triplet: A8, 2F and DF. RGB value is (168,47,223). Sum of RGB (Red+Green+Blue) = 168+47+223=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #A82FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FDF is #57D020. Grayscale: #666666. Windows color (decimal): -5754913 or 14626728. OLE color: 14626728.
HSL color Cylindrical-coordinate representation of color #A82FDF: hue angle of 281.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82FDF is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 47 | 223 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.13 |
| HSL | 281.25º | 0.73% | 0.53% | - |
| HSV(B) | 281.25º | 0.79% | 0.87% | - |
| XYZ | 30.48 | 15.69 | 71.23 | - |
| YUV | 103.24 | 195.59 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 223 | 0.25 | 0.79 | 0 | 0.13 | 281.25 | 0.73 | 0.53 |
| Hex | A8 | 2F | DF | 19 | 4F | 0 | D | 119 | 49 | 35 |
| Octal | 250 | 57 | 337 | 31 | 117 | 0 | 15 | 431 | 111 | 65 |
| Binary | 10101000 | 101111 | 11011111 | 11001 | 1001111 | 0 | 1101 | 100011001 | 1001001 | 110101 |
Color Harmonies of #A82FDF
Complementary color
Monochromatic Colors of #A82FDF
Black with #A82FDF
Text Example
Text Example
White with #A82FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82FDF; }
p { color: rgb(168,47,223); }
H1.HeaderClassName
{
color: #A82FDF;
}
.AnyTagClassName
{
color: #A82FDF;
}
</style>
background-color css
<style>
a { background-color: #A82FDF; }
a { background-color: rgb(168,47,223); }
div.DivClassName
{
background-color: #A82FDF;
}
.BgClassName
{
background-color: #A82FDF;
}
</style>
border-color css
<style>
span { border-color: #A82FDF; }
span { border-color: rgb(168,47,223); }
td.TdClassName
{
border-color: #A82FDF;
}
.TagClassName
{
border-color: #A82FDF;
}
</style>