Shades of Dark Orchid #A919CF
Tints of Dark Orchid #A919CF
RGB
CMYK
RGB Variations
Color information
#A919CF (or 0xA919CF) is known color: Dark Orchid. HEX triplet: A9, 19 and CF. RGB value is (169,25,207). Sum of RGB (Red+Green+Blue) = 169+25+207=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #A919CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A919CF is #56E630. Grayscale: #585858. Windows color (decimal): -5695025 or 13572521. OLE color: 13572521.
HSL color Cylindrical-coordinate representation of color #A919CF: hue angle of 287.47º 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 #A919CF is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 25 | 207 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.19 |
| HSL | 287.47º | 0.78% | 0.45% | - |
| HSV(B) | 287.47º | 0.88% | 0.81% | - |
| XYZ | 27.97 | 13.64 | 60.19 | - |
| YUV | 88.8 | 194.71 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 207 | 0.18 | 0.88 | 0 | 0.19 | 287.47 | 0.78 | 0.45 |
| Hex | A9 | 19 | CF | 12 | 58 | 0 | 13 | 11F | 4E | 2D |
| Octal | 251 | 31 | 317 | 22 | 130 | 0 | 23 | 437 | 116 | 55 |
| Binary | 10101001 | 11001 | 11001111 | 10010 | 1011000 | 0 | 10011 | 100011111 | 1001110 | 101101 |
Color Harmonies of #A919CF
Complementary color
Monochromatic Colors of #A919CF
Black with #A919CF
Text Example
Text Example
White with #A919CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A919CF; }
p { color: rgb(169,25,207); }
H1.HeaderClassName
{
color: #A919CF;
}
.AnyTagClassName
{
color: #A919CF;
}
</style>
background-color css
<style>
a { background-color: #A919CF; }
a { background-color: rgb(169,25,207); }
div.DivClassName
{
background-color: #A919CF;
}
.BgClassName
{
background-color: #A919CF;
}
</style>
border-color css
<style>
span { border-color: #A919CF; }
span { border-color: rgb(169,25,207); }
td.TdClassName
{
border-color: #A919CF;
}
.TagClassName
{
border-color: #A919CF;
}
</style>