Shades of Dark Orchid #A827C9
Tints of Dark Orchid #A827C9
RGB
CMYK
RGB Variations
Color information
#A827C9 (or 0xA827C9) is known color: Dark Orchid. HEX triplet: A8, 27 and C9. RGB value is (168,39,201). Sum of RGB (Red+Green+Blue) = 168+39+201=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #A827C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827C9 is #57D836. Grayscale: #5F5F5F. Windows color (decimal): -5756983 or 13182888. OLE color: 13182888.
HSL color Cylindrical-coordinate representation of color #A827C9: hue angle of 287.78º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A827C9 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 39 | 201 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.21 |
| HSL | 287.78º | 0.68% | 0.47% | - |
| HSV(B) | 287.78º | 0.81% | 0.79% | - |
| XYZ | 27.42 | 13.99 | 56.51 | - |
| YUV | 96.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 201 | 0.16 | 0.81 | 0 | 0.21 | 287.78 | 0.68 | 0.47 |
| Hex | A8 | 27 | C9 | 10 | 51 | 0 | 15 | 120 | 44 | 2F |
| Octal | 250 | 47 | 311 | 20 | 121 | 0 | 25 | 440 | 104 | 57 |
| Binary | 10101000 | 100111 | 11001001 | 10000 | 1010001 | 0 | 10101 | 100100000 | 1000100 | 101111 |
Color Harmonies of #A827C9
Complementary color
Monochromatic Colors of #A827C9
Black with #A827C9
Text Example
Text Example
White with #A827C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827C9; }
p { color: rgb(168,39,201); }
H1.HeaderClassName
{
color: #A827C9;
}
.AnyTagClassName
{
color: #A827C9;
}
</style>
background-color css
<style>
a { background-color: #A827C9; }
a { background-color: rgb(168,39,201); }
div.DivClassName
{
background-color: #A827C9;
}
.BgClassName
{
background-color: #A827C9;
}
</style>
border-color css
<style>
span { border-color: #A827C9; }
span { border-color: rgb(168,39,201); }
td.TdClassName
{
border-color: #A827C9;
}
.TagClassName
{
border-color: #A827C9;
}
</style>