Shades of Dark Orchid #A92FCD
Tints of Dark Orchid #A92FCD
RGB
CMYK
RGB Variations
Color information
#A92FCD (or 0xA92FCD) is known color: Dark Orchid. HEX triplet: A9, 2F and CD. RGB value is (169,47,205). Sum of RGB (Red+Green+Blue) = 169+47+205=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #A92FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92FCD is #56D032. Grayscale: #646464. Windows color (decimal): -5689395 or 13447081. OLE color: 13447081.
HSL color Cylindrical-coordinate representation of color #A92FCD: hue angle of 286.33º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92FCD is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 47 | 205 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.20 |
| HSL | 286.33º | 0.63% | 0.49% | - |
| HSV(B) | 286.33º | 0.77% | 0.8% | - |
| XYZ | 28.4 | 14.88 | 59.13 | - |
| YUV | 101.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 47 | 205 | 0.18 | 0.77 | 0 | 0.20 | 286.33 | 0.63 | 0.49 |
| Hex | A9 | 2F | CD | 12 | 4D | 0 | 14 | 11E | 3F | 31 |
| Octal | 251 | 57 | 315 | 22 | 115 | 0 | 24 | 436 | 77 | 61 |
| Binary | 10101001 | 101111 | 11001101 | 10010 | 1001101 | 0 | 10100 | 100011110 | 111111 | 110001 |
Color Harmonies of #A92FCD
Complementary color
Monochromatic Colors of #A92FCD
Black with #A92FCD
Text Example
Text Example
White with #A92FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92FCD; }
p { color: rgb(169,47,205); }
H1.HeaderClassName
{
color: #A92FCD;
}
.AnyTagClassName
{
color: #A92FCD;
}
</style>
background-color css
<style>
a { background-color: #A92FCD; }
a { background-color: rgb(169,47,205); }
div.DivClassName
{
background-color: #A92FCD;
}
.BgClassName
{
background-color: #A92FCD;
}
</style>
border-color css
<style>
span { border-color: #A92FCD; }
span { border-color: rgb(169,47,205); }
td.TdClassName
{
border-color: #A92FCD;
}
.TagClassName
{
border-color: #A92FCD;
}
</style>