Shades of Dark Orchid #A43DDC
Tints of Dark Orchid #A43DDC
RGB
CMYK
RGB Variations
Color information
#A43DDC (or 0xA43DDC) is known color: Dark Orchid. HEX triplet: A4, 3D and DC. RGB value is (164,61,220). Sum of RGB (Red+Green+Blue) = 164+61+220=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #A43DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DDC is #5BC223. Grayscale: #6D6D6D. Windows color (decimal): -6013476 or 14433700. OLE color: 14433700.
HSL color Cylindrical-coordinate representation of color #A43DDC: hue angle of 278.87º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A43DDC is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 61 | 220 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.14 |
| HSL | 278.87º | 0.69% | 0.55% | - |
| HSV(B) | 278.87º | 0.72% | 0.86% | - |
| XYZ | 29.9 | 16.4 | 69.3 | - |
| YUV | 109.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 220 | 0.25 | 0.72 | 0 | 0.14 | 278.87 | 0.69 | 0.55 |
| Hex | A4 | 3D | DC | 19 | 48 | 0 | E | 117 | 45 | 37 |
| Octal | 244 | 75 | 334 | 31 | 110 | 0 | 16 | 427 | 105 | 67 |
| Binary | 10100100 | 111101 | 11011100 | 11001 | 1001000 | 0 | 1110 | 100010111 | 1000101 | 110111 |
Color Harmonies of #A43DDC
Complementary color
Monochromatic Colors of #A43DDC
Black with #A43DDC
Text Example
Text Example
White with #A43DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DDC; }
p { color: rgb(164,61,220); }
H1.HeaderClassName
{
color: #A43DDC;
}
.AnyTagClassName
{
color: #A43DDC;
}
</style>
background-color css
<style>
a { background-color: #A43DDC; }
a { background-color: rgb(164,61,220); }
div.DivClassName
{
background-color: #A43DDC;
}
.BgClassName
{
background-color: #A43DDC;
}
</style>
border-color css
<style>
span { border-color: #A43DDC; }
span { border-color: rgb(164,61,220); }
td.TdClassName
{
border-color: #A43DDC;
}
.TagClassName
{
border-color: #A43DDC;
}
</style>