Shades of Dark Orchid #A827DA
Tints of Dark Orchid #A827DA
RGB
CMYK
RGB Variations
Color information
#A827DA (or 0xA827DA) is known color: Dark Orchid. HEX triplet: A8, 27 and DA. RGB value is (168,39,218). Sum of RGB (Red+Green+Blue) = 168+39+218=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #A827DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827DA is #57D825. Grayscale: #616161. Windows color (decimal): -5756966 or 14297000. OLE color: 14297000.
HSL color Cylindrical-coordinate representation of color #A827DA: hue angle of 283.24º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A827DA is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 39 | 218 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.15 |
| HSL | 283.24º | 0.71% | 0.5% | - |
| HSV(B) | 283.24º | 0.82% | 0.85% | - |
| XYZ | 29.53 | 14.84 | 67.64 | - |
| YUV | 97.98 | 195.74 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 218 | 0.23 | 0.82 | 0 | 0.15 | 283.24 | 0.71 | 0.5 |
| Hex | A8 | 27 | DA | 17 | 52 | 0 | F | 11B | 47 | 32 |
| Octal | 250 | 47 | 332 | 27 | 122 | 0 | 17 | 433 | 107 | 62 |
| Binary | 10101000 | 100111 | 11011010 | 10111 | 1010010 | 0 | 1111 | 100011011 | 1000111 | 110010 |
Color Harmonies of #A827DA
Complementary color
Monochromatic Colors of #A827DA
Black with #A827DA
Text Example
Text Example
White with #A827DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827DA; }
p { color: rgb(168,39,218); }
H1.HeaderClassName
{
color: #A827DA;
}
.AnyTagClassName
{
color: #A827DA;
}
</style>
background-color css
<style>
a { background-color: #A827DA; }
a { background-color: rgb(168,39,218); }
div.DivClassName
{
background-color: #A827DA;
}
.BgClassName
{
background-color: #A827DA;
}
</style>
border-color css
<style>
span { border-color: #A827DA; }
span { border-color: rgb(168,39,218); }
td.TdClassName
{
border-color: #A827DA;
}
.TagClassName
{
border-color: #A827DA;
}
</style>