Shades of Dark Orchid #A43DDB
Tints of Dark Orchid #A43DDB
RGB
CMYK
RGB Variations
Color information
#A43DDB (or 0xA43DDB) is known color: Dark Orchid. HEX triplet: A4, 3D and DB. RGB value is (164,61,219). Sum of RGB (Red+Green+Blue) = 164+61+219=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #A43DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DDB is #5BC224. Grayscale: #6D6D6D. Windows color (decimal): -6013477 or 14368164. OLE color: 14368164.
HSL color Cylindrical-coordinate representation of color #A43DDB: hue angle of 279.11º 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 #A43DDB is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 61 | 219 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.14 |
| HSL | 279.11º | 0.69% | 0.55% | - |
| HSV(B) | 279.11º | 0.72% | 0.86% | - |
| XYZ | 29.76 | 16.34 | 68.6 | - |
| YUV | 109.81 | 189.62 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 219 | 0.25 | 0.72 | 0 | 0.14 | 279.11 | 0.69 | 0.55 |
| Hex | A4 | 3D | DB | 19 | 48 | 0 | E | 117 | 45 | 37 |
| Octal | 244 | 75 | 333 | 31 | 110 | 0 | 16 | 427 | 105 | 67 |
| Binary | 10100100 | 111101 | 11011011 | 11001 | 1001000 | 0 | 1110 | 100010111 | 1000101 | 110111 |
Color Harmonies of #A43DDB
Complementary color
Monochromatic Colors of #A43DDB
Black with #A43DDB
Text Example
Text Example
White with #A43DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DDB; }
p { color: rgb(164,61,219); }
H1.HeaderClassName
{
color: #A43DDB;
}
.AnyTagClassName
{
color: #A43DDB;
}
</style>
background-color css
<style>
a { background-color: #A43DDB; }
a { background-color: rgb(164,61,219); }
div.DivClassName
{
background-color: #A43DDB;
}
.BgClassName
{
background-color: #A43DDB;
}
</style>
border-color css
<style>
span { border-color: #A43DDB; }
span { border-color: rgb(164,61,219); }
td.TdClassName
{
border-color: #A43DDB;
}
.TagClassName
{
border-color: #A43DDB;
}
</style>