Shades of Dark Orchid #A92FDC
Tints of Dark Orchid #A92FDC
RGB
CMYK
RGB Variations
Color information
#A92FDC (or 0xA92FDC) is known color: Dark Orchid. HEX triplet: A9, 2F and DC. RGB value is (169,47,220). Sum of RGB (Red+Green+Blue) = 169+47+220=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #A92FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92FDC is #56D023. Grayscale: #666666. Windows color (decimal): -5689380 or 14430121. OLE color: 14430121.
HSL color Cylindrical-coordinate representation of color #A92FDC: hue angle of 282.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92FDC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 47 | 220 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.14 |
| HSL | 282.31º | 0.71% | 0.52% | - |
| HSV(B) | 282.31º | 0.79% | 0.86% | - |
| XYZ | 30.3 | 15.64 | 69.13 | - |
| YUV | 103.2 | 193.92 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 47 | 220 | 0.23 | 0.79 | 0 | 0.14 | 282.31 | 0.71 | 0.52 |
| Hex | A9 | 2F | DC | 17 | 4F | 0 | E | 11A | 47 | 34 |
| Octal | 251 | 57 | 334 | 27 | 117 | 0 | 16 | 432 | 107 | 64 |
| Binary | 10101001 | 101111 | 11011100 | 10111 | 1001111 | 0 | 1110 | 100011010 | 1000111 | 110100 |
Color Harmonies of #A92FDC
Complementary color
Monochromatic Colors of #A92FDC
Black with #A92FDC
Text Example
Text Example
White with #A92FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92FDC; }
p { color: rgb(169,47,220); }
H1.HeaderClassName
{
color: #A92FDC;
}
.AnyTagClassName
{
color: #A92FDC;
}
</style>
background-color css
<style>
a { background-color: #A92FDC; }
a { background-color: rgb(169,47,220); }
div.DivClassName
{
background-color: #A92FDC;
}
.BgClassName
{
background-color: #A92FDC;
}
</style>
border-color css
<style>
span { border-color: #A92FDC; }
span { border-color: rgb(169,47,220); }
td.TdClassName
{
border-color: #A92FDC;
}
.TagClassName
{
border-color: #A92FDC;
}
</style>