Shades of Dark Orchid #A82FDC
Tints of Dark Orchid #A82FDC
RGB
CMYK
RGB Variations
Color information
#A82FDC (or 0xA82FDC) is known color: Dark Orchid. HEX triplet: A8, 2F and DC. RGB value is (168,47,220). Sum of RGB (Red+Green+Blue) = 168+47+220=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #A82FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FDC is #57D023. Grayscale: #666666. Windows color (decimal): -5754916 or 14430120. OLE color: 14430120.
HSL color Cylindrical-coordinate representation of color #A82FDC: hue angle of 281.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82FDC is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 47 | 220 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.14 |
| HSL | 281.97º | 0.71% | 0.52% | - |
| HSV(B) | 281.97º | 0.79% | 0.86% | - |
| XYZ | 30.08 | 15.53 | 69.12 | - |
| YUV | 102.9 | 194.09 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 220 | 0.24 | 0.79 | 0 | 0.14 | 281.97 | 0.71 | 0.52 |
| Hex | A8 | 2F | DC | 18 | 4F | 0 | E | 11A | 47 | 34 |
| Octal | 250 | 57 | 334 | 30 | 117 | 0 | 16 | 432 | 107 | 64 |
| Binary | 10101000 | 101111 | 11011100 | 11000 | 1001111 | 0 | 1110 | 100011010 | 1000111 | 110100 |
Color Harmonies of #A82FDC
Complementary color
Monochromatic Colors of #A82FDC
Black with #A82FDC
Text Example
Text Example
White with #A82FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82FDC; }
p { color: rgb(168,47,220); }
H1.HeaderClassName
{
color: #A82FDC;
}
.AnyTagClassName
{
color: #A82FDC;
}
</style>
background-color css
<style>
a { background-color: #A82FDC; }
a { background-color: rgb(168,47,220); }
div.DivClassName
{
background-color: #A82FDC;
}
.BgClassName
{
background-color: #A82FDC;
}
</style>
border-color css
<style>
span { border-color: #A82FDC; }
span { border-color: rgb(168,47,220); }
td.TdClassName
{
border-color: #A82FDC;
}
.TagClassName
{
border-color: #A82FDC;
}
</style>