Shades of Dark Orchid #A429C4
Tints of Dark Orchid #A429C4
RGB
CMYK
RGB Variations
Color information
#A429C4 (or 0xA429C4) is known color: Dark Orchid. HEX triplet: A4, 29 and C4. RGB value is (164,41,196). Sum of RGB (Red+Green+Blue) = 164+41+196=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #A429C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429C4 is #5BD63B. Grayscale: #5E5E5E. Windows color (decimal): -6018620 or 12855716. OLE color: 12855716.
HSL color Cylindrical-coordinate representation of color #A429C4: hue angle of 287.61º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A429C4 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 41 | 196 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.23 |
| HSL | 287.61º | 0.65% | 0.46% | - |
| HSV(B) | 287.61º | 0.79% | 0.77% | - |
| XYZ | 26.07 | 13.46 | 53.45 | - |
| YUV | 95.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 196 | 0.16 | 0.79 | 0 | 0.23 | 287.61 | 0.65 | 0.46 |
| Hex | A4 | 29 | C4 | 10 | 4F | 0 | 17 | 120 | 41 | 2E |
| Octal | 244 | 51 | 304 | 20 | 117 | 0 | 27 | 440 | 101 | 56 |
| Binary | 10100100 | 101001 | 11000100 | 10000 | 1001111 | 0 | 10111 | 100100000 | 1000001 | 101110 |
Color Harmonies of #A429C4
Complementary color
Monochromatic Colors of #A429C4
Black with #A429C4
Text Example
Text Example
White with #A429C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429C4; }
p { color: rgb(164,41,196); }
H1.HeaderClassName
{
color: #A429C4;
}
.AnyTagClassName
{
color: #A429C4;
}
</style>
background-color css
<style>
a { background-color: #A429C4; }
a { background-color: rgb(164,41,196); }
div.DivClassName
{
background-color: #A429C4;
}
.BgClassName
{
background-color: #A429C4;
}
</style>
border-color css
<style>
span { border-color: #A429C4; }
span { border-color: rgb(164,41,196); }
td.TdClassName
{
border-color: #A429C4;
}
.TagClassName
{
border-color: #A429C4;
}
</style>