Shades of Dark Orchid #A91ADD
Tints of Dark Orchid #A91ADD
RGB
CMYK
RGB Variations
Color information
#A91ADD (or 0xA91ADD) is known color: Dark Orchid. HEX triplet: A9, 1A and DD. RGB value is (169,26,221). Sum of RGB (Red+Green+Blue) = 169+26+221=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #A91ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ADD is #56E522. Grayscale: #5A5A5A. Windows color (decimal): -5694755 or 14490281. OLE color: 14490281.
HSL color Cylindrical-coordinate representation of color #A91ADD: hue angle of 284º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91ADD is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 26 | 221 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.13 |
| HSL | 284º | 0.79% | 0.48% | - |
| HSV(B) | 284º | 0.88% | 0.87% | - |
| XYZ | 29.78 | 14.39 | 69.62 | - |
| YUV | 90.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 221 | 0.24 | 0.88 | 0 | 0.13 | 284 | 0.79 | 0.48 |
| Hex | A9 | 1A | DD | 18 | 58 | 0 | D | 11C | 4F | 30 |
| Octal | 251 | 32 | 335 | 30 | 130 | 0 | 15 | 434 | 117 | 60 |
| Binary | 10101001 | 11010 | 11011101 | 11000 | 1011000 | 0 | 1101 | 100011100 | 1001111 | 110000 |
Color Harmonies of #A91ADD
Complementary color
Monochromatic Colors of #A91ADD
Black with #A91ADD
Text Example
Text Example
White with #A91ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91ADD; }
p { color: rgb(169,26,221); }
H1.HeaderClassName
{
color: #A91ADD;
}
.AnyTagClassName
{
color: #A91ADD;
}
</style>
background-color css
<style>
a { background-color: #A91ADD; }
a { background-color: rgb(169,26,221); }
div.DivClassName
{
background-color: #A91ADD;
}
.BgClassName
{
background-color: #A91ADD;
}
</style>
border-color css
<style>
span { border-color: #A91ADD; }
span { border-color: rgb(169,26,221); }
td.TdClassName
{
border-color: #A91ADD;
}
.TagClassName
{
border-color: #A91ADD;
}
</style>