Shades of Dark Orchid #A91DC3
Tints of Dark Orchid #A91DC3
RGB
CMYK
RGB Variations
Color information
#A91DC3 (or 0xA91DC3) is known color: Dark Orchid. HEX triplet: A9, 1D and C3. RGB value is (169,29,195). Sum of RGB (Red+Green+Blue) = 169+29+195=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #A91DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DC3 is #56E23C. Grayscale: #595959. Windows color (decimal): -5694013 or 12787113. OLE color: 12787113.
HSL color Cylindrical-coordinate representation of color #A91DC3: hue angle of 290.6º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91DC3 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 29 | 195 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.24 |
| HSL | 290.6º | 0.74% | 0.44% | - |
| HSV(B) | 290.6º | 0.85% | 0.76% | - |
| XYZ | 26.65 | 13.25 | 52.78 | - |
| YUV | 89.78 | 187.38 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 195 | 0.13 | 0.85 | 0 | 0.24 | 290.6 | 0.74 | 0.44 |
| Hex | A9 | 1D | C3 | D | 55 | 0 | 18 | 123 | 4A | 2C |
| Octal | 251 | 35 | 303 | 15 | 125 | 0 | 30 | 443 | 112 | 54 |
| Binary | 10101001 | 11101 | 11000011 | 1101 | 1010101 | 0 | 11000 | 100100011 | 1001010 | 101100 |
Color Harmonies of #A91DC3
Complementary color
Monochromatic Colors of #A91DC3
Black with #A91DC3
Text Example
Text Example
White with #A91DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DC3; }
p { color: rgb(169,29,195); }
H1.HeaderClassName
{
color: #A91DC3;
}
.AnyTagClassName
{
color: #A91DC3;
}
</style>
background-color css
<style>
a { background-color: #A91DC3; }
a { background-color: rgb(169,29,195); }
div.DivClassName
{
background-color: #A91DC3;
}
.BgClassName
{
background-color: #A91DC3;
}
</style>
border-color css
<style>
span { border-color: #A91DC3; }
span { border-color: rgb(169,29,195); }
td.TdClassName
{
border-color: #A91DC3;
}
.TagClassName
{
border-color: #A91DC3;
}
</style>