Shades of Dark Orchid #A42CDD
Tints of Dark Orchid #A42CDD
RGB
CMYK
RGB Variations
Color information
#A42CDD (or 0xA42CDD) is known color: Dark Orchid. HEX triplet: A4, 2C and DD. RGB value is (164,44,221). Sum of RGB (Red+Green+Blue) = 164+44+221=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #A42CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CDD is #5BD322. Grayscale: #636363. Windows color (decimal): -6017827 or 14494884. OLE color: 14494884.
HSL color Cylindrical-coordinate representation of color #A42CDD: hue angle of 280.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42CDD is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 44 | 221 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.13 |
| HSL | 280.68º | 0.72% | 0.52% | - |
| HSV(B) | 280.68º | 0.8% | 0.87% | - |
| XYZ | 29.26 | 14.91 | 69.74 | - |
| YUV | 100.06 | 196.26 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 221 | 0.26 | 0.80 | 0 | 0.13 | 280.68 | 0.72 | 0.52 |
| Hex | A4 | 2C | DD | 1A | 50 | 0 | D | 119 | 48 | 34 |
| Octal | 244 | 54 | 335 | 32 | 120 | 0 | 15 | 431 | 110 | 64 |
| Binary | 10100100 | 101100 | 11011101 | 11010 | 1010000 | 0 | 1101 | 100011001 | 1001000 | 110100 |
Color Harmonies of #A42CDD
Complementary color
Monochromatic Colors of #A42CDD
Black with #A42CDD
Text Example
Text Example
White with #A42CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CDD; }
p { color: rgb(164,44,221); }
H1.HeaderClassName
{
color: #A42CDD;
}
.AnyTagClassName
{
color: #A42CDD;
}
</style>
background-color css
<style>
a { background-color: #A42CDD; }
a { background-color: rgb(164,44,221); }
div.DivClassName
{
background-color: #A42CDD;
}
.BgClassName
{
background-color: #A42CDD;
}
</style>
border-color css
<style>
span { border-color: #A42CDD; }
span { border-color: rgb(164,44,221); }
td.TdClassName
{
border-color: #A42CDD;
}
.TagClassName
{
border-color: #A42CDD;
}
</style>