Shades of Dark Orchid #A92BC3
Tints of Dark Orchid #A92BC3
RGB
CMYK
RGB Variations
Color information
#A92BC3 (or 0xA92BC3) is known color: Dark Orchid. HEX triplet: A9, 2B and C3. RGB value is (169,43,195). Sum of RGB (Red+Green+Blue) = 169+43+195=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #A92BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92BC3 is #56D43C. Grayscale: #616161. Windows color (decimal): -5690429 or 12790697. OLE color: 12790697.
HSL color Cylindrical-coordinate representation of color #A92BC3: hue angle of 289.74º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92BC3 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 43 | 195 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.24 |
| HSL | 289.74º | 0.64% | 0.47% | - |
| HSV(B) | 289.74º | 0.78% | 0.76% | - |
| XYZ | 27.08 | 14.1 | 52.92 | - |
| YUV | 98 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 195 | 0.13 | 0.78 | 0 | 0.24 | 289.74 | 0.64 | 0.47 |
| Hex | A9 | 2B | C3 | D | 4E | 0 | 18 | 122 | 40 | 2F |
| Octal | 251 | 53 | 303 | 15 | 116 | 0 | 30 | 442 | 100 | 57 |
| Binary | 10101001 | 101011 | 11000011 | 1101 | 1001110 | 0 | 11000 | 100100010 | 1000000 | 101111 |
Color Harmonies of #A92BC3
Complementary color
Monochromatic Colors of #A92BC3
Black with #A92BC3
Text Example
Text Example
White with #A92BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92BC3; }
p { color: rgb(169,43,195); }
H1.HeaderClassName
{
color: #A92BC3;
}
.AnyTagClassName
{
color: #A92BC3;
}
</style>
background-color css
<style>
a { background-color: #A92BC3; }
a { background-color: rgb(169,43,195); }
div.DivClassName
{
background-color: #A92BC3;
}
.BgClassName
{
background-color: #A92BC3;
}
</style>
border-color css
<style>
span { border-color: #A92BC3; }
span { border-color: rgb(169,43,195); }
td.TdClassName
{
border-color: #A92BC3;
}
.TagClassName
{
border-color: #A92BC3;
}
</style>