Shades of Dark Orchid #A827CF
Tints of Dark Orchid #A827CF
RGB
CMYK
RGB Variations
Color information
#A827CF (or 0xA827CF) is known color: Dark Orchid. HEX triplet: A8, 27 and CF. RGB value is (168,39,207). Sum of RGB (Red+Green+Blue) = 168+39+207=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #A827CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827CF is #57D830. Grayscale: #606060. Windows color (decimal): -5756977 or 13576104. OLE color: 13576104.
HSL color Cylindrical-coordinate representation of color #A827CF: hue angle of 286.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A827CF is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 39 | 207 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.19 |
| HSL | 286.07º | 0.68% | 0.48% | - |
| HSV(B) | 286.07º | 0.81% | 0.81% | - |
| XYZ | 28.14 | 14.28 | 60.31 | - |
| YUV | 96.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 207 | 0.19 | 0.81 | 0 | 0.19 | 286.07 | 0.68 | 0.48 |
| Hex | A8 | 27 | CF | 13 | 51 | 0 | 13 | 11E | 44 | 30 |
| Octal | 250 | 47 | 317 | 23 | 121 | 0 | 23 | 436 | 104 | 60 |
| Binary | 10101000 | 100111 | 11001111 | 10011 | 1010001 | 0 | 10011 | 100011110 | 1000100 | 110000 |
Color Harmonies of #A827CF
Complementary color
Monochromatic Colors of #A827CF
Black with #A827CF
Text Example
Text Example
White with #A827CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827CF; }
p { color: rgb(168,39,207); }
H1.HeaderClassName
{
color: #A827CF;
}
.AnyTagClassName
{
color: #A827CF;
}
</style>
background-color css
<style>
a { background-color: #A827CF; }
a { background-color: rgb(168,39,207); }
div.DivClassName
{
background-color: #A827CF;
}
.BgClassName
{
background-color: #A827CF;
}
</style>
border-color css
<style>
span { border-color: #A827CF; }
span { border-color: rgb(168,39,207); }
td.TdClassName
{
border-color: #A827CF;
}
.TagClassName
{
border-color: #A827CF;
}
</style>