Shades of Dark Orchid #A92BCD
Tints of Dark Orchid #A92BCD
RGB
CMYK
RGB Variations
Color information
#A92BCD (or 0xA92BCD) is known color: Dark Orchid. HEX triplet: A9, 2B and CD. RGB value is (169,43,205). Sum of RGB (Red+Green+Blue) = 169+43+205=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #A92BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92BCD is #56D432. Grayscale: #626262. Windows color (decimal): -5690419 or 13446057. OLE color: 13446057.
HSL color Cylindrical-coordinate representation of color #A92BCD: hue angle of 286.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92BCD is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 43 | 205 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.20 |
| HSL | 286.67º | 0.65% | 0.49% | - |
| HSV(B) | 286.67º | 0.79% | 0.8% | - |
| XYZ | 28.25 | 14.57 | 59.08 | - |
| YUV | 99.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 205 | 0.18 | 0.79 | 0 | 0.20 | 286.67 | 0.65 | 0.49 |
| Hex | A9 | 2B | CD | 12 | 4F | 0 | 14 | 11F | 41 | 31 |
| Octal | 251 | 53 | 315 | 22 | 117 | 0 | 24 | 437 | 101 | 61 |
| Binary | 10101001 | 101011 | 11001101 | 10010 | 1001111 | 0 | 10100 | 100011111 | 1000001 | 110001 |
Color Harmonies of #A92BCD
Complementary color
Monochromatic Colors of #A92BCD
Black with #A92BCD
Text Example
Text Example
White with #A92BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92BCD; }
p { color: rgb(169,43,205); }
H1.HeaderClassName
{
color: #A92BCD;
}
.AnyTagClassName
{
color: #A92BCD;
}
</style>
background-color css
<style>
a { background-color: #A92BCD; }
a { background-color: rgb(169,43,205); }
div.DivClassName
{
background-color: #A92BCD;
}
.BgClassName
{
background-color: #A92BCD;
}
</style>
border-color css
<style>
span { border-color: #A92BCD; }
span { border-color: rgb(169,43,205); }
td.TdClassName
{
border-color: #A92BCD;
}
.TagClassName
{
border-color: #A92BCD;
}
</style>