Shades of Dark Orchid #A429CC
Tints of Dark Orchid #A429CC
RGB
CMYK
RGB Variations
Color information
#A429CC (or 0xA429CC) is known color: Dark Orchid. HEX triplet: A4, 29 and CC. RGB value is (164,41,204). Sum of RGB (Red+Green+Blue) = 164+41+204=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #A429CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429CC is #5BD633. Grayscale: #5F5F5F. Windows color (decimal): -6018612 or 13380004. OLE color: 13380004.
HSL color Cylindrical-coordinate representation of color #A429CC: hue angle of 285.28º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A429CC is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 41 | 204 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.2 |
| HSL | 285.28º | 0.67% | 0.48% | - |
| HSV(B) | 285.28º | 0.8% | 0.8% | - |
| XYZ | 27 | 13.84 | 58.37 | - |
| YUV | 96.36 | 188.75 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 204 | 0.20 | 0.80 | 0 | 0.2 | 285.28 | 0.67 | 0.48 |
| Hex | A4 | 29 | CC | 14 | 50 | 0 | 14 | 11D | 43 | 30 |
| Octal | 244 | 51 | 314 | 24 | 120 | 0 | 24 | 435 | 103 | 60 |
| Binary | 10100100 | 101001 | 11001100 | 10100 | 1010000 | 0 | 10100 | 100011101 | 1000011 | 110000 |
Color Harmonies of #A429CC
Complementary color
Monochromatic Colors of #A429CC
Black with #A429CC
Text Example
Text Example
White with #A429CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429CC; }
p { color: rgb(164,41,204); }
H1.HeaderClassName
{
color: #A429CC;
}
.AnyTagClassName
{
color: #A429CC;
}
</style>
background-color css
<style>
a { background-color: #A429CC; }
a { background-color: rgb(164,41,204); }
div.DivClassName
{
background-color: #A429CC;
}
.BgClassName
{
background-color: #A429CC;
}
</style>
border-color css
<style>
span { border-color: #A429CC; }
span { border-color: rgb(164,41,204); }
td.TdClassName
{
border-color: #A429CC;
}
.TagClassName
{
border-color: #A429CC;
}
</style>