Shades of Dark Orchid #A819CF
Tints of Dark Orchid #A819CF
RGB
CMYK
RGB Variations
Color information
#A819CF (or 0xA819CF) is known color: Dark Orchid. HEX triplet: A8, 19 and CF. RGB value is (168,25,207). Sum of RGB (Red+Green+Blue) = 168+25+207=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #A819CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819CF is #57E630. Grayscale: #575757. Windows color (decimal): -5760561 or 13572520. OLE color: 13572520.
HSL color Cylindrical-coordinate representation of color #A819CF: hue angle of 287.14º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A819CF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 25 | 207 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.19 |
| HSL | 287.14º | 0.78% | 0.45% | - |
| HSV(B) | 287.14º | 0.88% | 0.81% | - |
| XYZ | 27.76 | 13.53 | 60.18 | - |
| YUV | 88.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 207 | 0.19 | 0.88 | 0 | 0.19 | 287.14 | 0.78 | 0.45 |
| Hex | A8 | 19 | CF | 13 | 58 | 0 | 13 | 11F | 4E | 2D |
| Octal | 250 | 31 | 317 | 23 | 130 | 0 | 23 | 437 | 116 | 55 |
| Binary | 10101000 | 11001 | 11001111 | 10011 | 1011000 | 0 | 10011 | 100011111 | 1001110 | 101101 |
Color Harmonies of #A819CF
Complementary color
Monochromatic Colors of #A819CF
Black with #A819CF
Text Example
Text Example
White with #A819CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819CF; }
p { color: rgb(168,25,207); }
H1.HeaderClassName
{
color: #A819CF;
}
.AnyTagClassName
{
color: #A819CF;
}
</style>
background-color css
<style>
a { background-color: #A819CF; }
a { background-color: rgb(168,25,207); }
div.DivClassName
{
background-color: #A819CF;
}
.BgClassName
{
background-color: #A819CF;
}
</style>
border-color css
<style>
span { border-color: #A819CF; }
span { border-color: rgb(168,25,207); }
td.TdClassName
{
border-color: #A819CF;
}
.TagClassName
{
border-color: #A819CF;
}
</style>