Shades of Dark Orchid #A92BAC
Tints of Dark Orchid #A92BAC
RGB
CMYK
RGB Variations
Color information
#A92BAC (or 0xA92BAC) is known color: Dark Orchid. HEX triplet: A9, 2B and AC. RGB value is (169,43,172). Sum of RGB (Red+Green+Blue) = 169+43+172=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #A92BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92BAC is #56D453. Grayscale: #5E5E5E. Windows color (decimal): -5690452 or 11283369. OLE color: 11283369.
HSL color Cylindrical-coordinate representation of color #A92BAC: hue angle of 298.6º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92BAC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 43 | 172 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.33 |
| HSL | 298.6º | 0.6% | 0.42% | - |
| HSV(B) | 298.6º | 0.75% | 0.67% | - |
| XYZ | 24.67 | 13.14 | 40.27 | - |
| YUV | 95.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 172 | 0.02 | 0.75 | 0 | 0.33 | 298.6 | 0.6 | 0.42 |
| Hex | A9 | 2B | AC | 2 | 4B | 0 | 21 | 12B | 3C | 2A |
| Octal | 251 | 53 | 254 | 2 | 113 | 0 | 41 | 453 | 74 | 52 |
| Binary | 10101001 | 101011 | 10101100 | 10 | 1001011 | 0 | 100001 | 100101011 | 111100 | 101010 |
Color Harmonies of #A92BAC
Complementary color
Monochromatic Colors of #A92BAC
Black with #A92BAC
Text Example
Text Example
White with #A92BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92BAC; }
p { color: rgb(169,43,172); }
H1.HeaderClassName
{
color: #A92BAC;
}
.AnyTagClassName
{
color: #A92BAC;
}
</style>
background-color css
<style>
a { background-color: #A92BAC; }
a { background-color: rgb(169,43,172); }
div.DivClassName
{
background-color: #A92BAC;
}
.BgClassName
{
background-color: #A92BAC;
}
</style>
border-color css
<style>
span { border-color: #A92BAC; }
span { border-color: rgb(169,43,172); }
td.TdClassName
{
border-color: #A92BAC;
}
.TagClassName
{
border-color: #A92BAC;
}
</style>