Shades of Dark Orchid #A924DB
Tints of Dark Orchid #A924DB
RGB
CMYK
RGB Variations
Color information
#A924DB (or 0xA924DB) is known color: Dark Orchid. HEX triplet: A9, 24 and DB. RGB value is (169,36,219). Sum of RGB (Red+Green+Blue) = 169+36+219=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #A924DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A924DB is #56DB24. Grayscale: #606060. Windows color (decimal): -5692197 or 14361769. OLE color: 14361769.
HSL color Cylindrical-coordinate representation of color #A924DB: hue angle of 283.61º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A924DB is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 36 | 219 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.14 |
| HSL | 283.61º | 0.72% | 0.5% | - |
| HSV(B) | 283.61º | 0.84% | 0.86% | - |
| XYZ | 29.78 | 14.81 | 68.31 | - |
| YUV | 96.63 | 197.06 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 36 | 219 | 0.23 | 0.84 | 0 | 0.14 | 283.61 | 0.72 | 0.5 |
| Hex | A9 | 24 | DB | 17 | 54 | 0 | E | 11C | 48 | 32 |
| Octal | 251 | 44 | 333 | 27 | 124 | 0 | 16 | 434 | 110 | 62 |
| Binary | 10101001 | 100100 | 11011011 | 10111 | 1010100 | 0 | 1110 | 100011100 | 1001000 | 110010 |
Color Harmonies of #A924DB
Complementary color
Monochromatic Colors of #A924DB
Black with #A924DB
Text Example
Text Example
White with #A924DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A924DB; }
p { color: rgb(169,36,219); }
H1.HeaderClassName
{
color: #A924DB;
}
.AnyTagClassName
{
color: #A924DB;
}
</style>
background-color css
<style>
a { background-color: #A924DB; }
a { background-color: rgb(169,36,219); }
div.DivClassName
{
background-color: #A924DB;
}
.BgClassName
{
background-color: #A924DB;
}
</style>
border-color css
<style>
span { border-color: #A924DB; }
span { border-color: rgb(169,36,219); }
td.TdClassName
{
border-color: #A924DB;
}
.TagClassName
{
border-color: #A924DB;
}
</style>