Shades of Dark Orchid #A429DC
Tints of Dark Orchid #A429DC
RGB
CMYK
RGB Variations
Color information
#A429DC (or 0xA429DC) is known color: Dark Orchid. HEX triplet: A4, 29 and DC. RGB value is (164,41,220). Sum of RGB (Red+Green+Blue) = 164+41+220=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #A429DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429DC is #5BD623. Grayscale: #616161. Windows color (decimal): -6018596 or 14428580. OLE color: 14428580.
HSL color Cylindrical-coordinate representation of color #A429DC: hue angle of 281.23º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A429DC is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 41 | 220 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.14 |
| HSL | 281.23º | 0.72% | 0.51% | - |
| HSV(B) | 281.23º | 0.81% | 0.86% | - |
| XYZ | 29.02 | 14.65 | 69.01 | - |
| YUV | 98.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 220 | 0.25 | 0.81 | 0 | 0.14 | 281.23 | 0.72 | 0.51 |
| Hex | A4 | 29 | DC | 19 | 51 | 0 | E | 119 | 48 | 33 |
| Octal | 244 | 51 | 334 | 31 | 121 | 0 | 16 | 431 | 110 | 63 |
| Binary | 10100100 | 101001 | 11011100 | 11001 | 1010001 | 0 | 1110 | 100011001 | 1001000 | 110011 |
Color Harmonies of #A429DC
Complementary color
Monochromatic Colors of #A429DC
Black with #A429DC
Text Example
Text Example
White with #A429DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429DC; }
p { color: rgb(164,41,220); }
H1.HeaderClassName
{
color: #A429DC;
}
.AnyTagClassName
{
color: #A429DC;
}
</style>
background-color css
<style>
a { background-color: #A429DC; }
a { background-color: rgb(164,41,220); }
div.DivClassName
{
background-color: #A429DC;
}
.BgClassName
{
background-color: #A429DC;
}
</style>
border-color css
<style>
span { border-color: #A429DC; }
span { border-color: rgb(164,41,220); }
td.TdClassName
{
border-color: #A429DC;
}
.TagClassName
{
border-color: #A429DC;
}
</style>