Shades of Dark Orchid #A42DDD
Tints of Dark Orchid #A42DDD
RGB
CMYK
RGB Variations
Color information
#A42DDD (or 0xA42DDD) is known color: Dark Orchid. HEX triplet: A4, 2D and DD. RGB value is (164,45,221). Sum of RGB (Red+Green+Blue) = 164+45+221=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #A42DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DDD is #5BD222. Grayscale: #646464. Windows color (decimal): -6017571 or 14495140. OLE color: 14495140.
HSL color Cylindrical-coordinate representation of color #A42DDD: hue angle of 280.57º 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 #A42DDD is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 45 | 221 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.13 |
| HSL | 280.57º | 0.72% | 0.52% | - |
| HSV(B) | 280.57º | 0.8% | 0.87% | - |
| XYZ | 29.3 | 14.99 | 69.76 | - |
| YUV | 100.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 221 | 0.26 | 0.80 | 0 | 0.13 | 280.57 | 0.72 | 0.52 |
| Hex | A4 | 2D | DD | 1A | 50 | 0 | D | 119 | 48 | 34 |
| Octal | 244 | 55 | 335 | 32 | 120 | 0 | 15 | 431 | 110 | 64 |
| Binary | 10100100 | 101101 | 11011101 | 11010 | 1010000 | 0 | 1101 | 100011001 | 1001000 | 110100 |
Color Harmonies of #A42DDD
Complementary color
Monochromatic Colors of #A42DDD
Black with #A42DDD
Text Example
Text Example
White with #A42DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DDD; }
p { color: rgb(164,45,221); }
H1.HeaderClassName
{
color: #A42DDD;
}
.AnyTagClassName
{
color: #A42DDD;
}
</style>
background-color css
<style>
a { background-color: #A42DDD; }
a { background-color: rgb(164,45,221); }
div.DivClassName
{
background-color: #A42DDD;
}
.BgClassName
{
background-color: #A42DDD;
}
</style>
border-color css
<style>
span { border-color: #A42DDD; }
span { border-color: rgb(164,45,221); }
td.TdClassName
{
border-color: #A42DDD;
}
.TagClassName
{
border-color: #A42DDD;
}
</style>