Shades of Dark Orchid #A91AD3
Tints of Dark Orchid #A91AD3
RGB
CMYK
RGB Variations
Color information
#A91AD3 (or 0xA91AD3) is known color: Dark Orchid. HEX triplet: A9, 1A and D3. RGB value is (169,26,211). Sum of RGB (Red+Green+Blue) = 169+26+211=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 211 (82.81% from 255 or 51.97% from 406); Max value from RGB is 211 - color contains mainly: blue. Hex color #A91AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91AD3 is #56E52C. Grayscale: #595959. Windows color (decimal): -5694765 or 13834921. OLE color: 13834921.
HSL color Cylindrical-coordinate representation of color #A91AD3: hue angle of 286.38º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91AD3 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 26 | 211 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.17 |
| HSL | 286.38º | 0.78% | 0.46% | - |
| HSV(B) | 286.38º | 0.88% | 0.83% | - |
| XYZ | 28.49 | 13.88 | 62.8 | - |
| YUV | 89.85 | 196.38 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 211 | 0.20 | 0.88 | 0 | 0.17 | 286.38 | 0.78 | 0.46 |
| Hex | A9 | 1A | D3 | 14 | 58 | 0 | 11 | 11E | 4E | 2E |
| Octal | 251 | 32 | 323 | 24 | 130 | 0 | 21 | 436 | 116 | 56 |
| Binary | 10101001 | 11010 | 11010011 | 10100 | 1011000 | 0 | 10001 | 100011110 | 1001110 | 101110 |
Color Harmonies of #A91AD3
Complementary color
Monochromatic Colors of #A91AD3
Black with #A91AD3
Text Example
Text Example
White with #A91AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91AD3; }
p { color: rgb(169,26,211); }
H1.HeaderClassName
{
color: #A91AD3;
}
.AnyTagClassName
{
color: #A91AD3;
}
</style>
background-color css
<style>
a { background-color: #A91AD3; }
a { background-color: rgb(169,26,211); }
div.DivClassName
{
background-color: #A91AD3;
}
.BgClassName
{
background-color: #A91AD3;
}
</style>
border-color css
<style>
span { border-color: #A91AD3; }
span { border-color: rgb(169,26,211); }
td.TdClassName
{
border-color: #A91AD3;
}
.TagClassName
{
border-color: #A91AD3;
}
</style>