Shades of Dark Orchid #A827DC
Tints of Dark Orchid #A827DC
RGB
CMYK
RGB Variations
Color information
#A827DC (or 0xA827DC) is known color: Dark Orchid. HEX triplet: A8, 27 and DC. RGB value is (168,39,220). Sum of RGB (Red+Green+Blue) = 168+39+220=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #A827DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827DC is #57D823. Grayscale: #616161. Windows color (decimal): -5756964 or 14428072. OLE color: 14428072.
HSL color Cylindrical-coordinate representation of color #A827DC: hue angle of 282.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A827DC is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 39 | 220 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.14 |
| HSL | 282.76º | 0.72% | 0.51% | - |
| HSV(B) | 282.76º | 0.82% | 0.86% | - |
| XYZ | 29.79 | 14.94 | 69.02 | - |
| YUV | 98.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 220 | 0.24 | 0.82 | 0 | 0.14 | 282.76 | 0.72 | 0.51 |
| Hex | A8 | 27 | DC | 18 | 52 | 0 | E | 11B | 48 | 33 |
| Octal | 250 | 47 | 334 | 30 | 122 | 0 | 16 | 433 | 110 | 63 |
| Binary | 10101000 | 100111 | 11011100 | 11000 | 1010010 | 0 | 1110 | 100011011 | 1001000 | 110011 |
Color Harmonies of #A827DC
Complementary color
Monochromatic Colors of #A827DC
Black with #A827DC
Text Example
Text Example
White with #A827DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827DC; }
p { color: rgb(168,39,220); }
H1.HeaderClassName
{
color: #A827DC;
}
.AnyTagClassName
{
color: #A827DC;
}
</style>
background-color css
<style>
a { background-color: #A827DC; }
a { background-color: rgb(168,39,220); }
div.DivClassName
{
background-color: #A827DC;
}
.BgClassName
{
background-color: #A827DC;
}
</style>
border-color css
<style>
span { border-color: #A827DC; }
span { border-color: rgb(168,39,220); }
td.TdClassName
{
border-color: #A827DC;
}
.TagClassName
{
border-color: #A827DC;
}
</style>