Shades of Dark Orchid #A43ADB
Tints of Dark Orchid #A43ADB
RGB
CMYK
RGB Variations
Color information
#A43ADB (or 0xA43ADB) is known color: Dark Orchid. HEX triplet: A4, 3A and DB. RGB value is (164,58,219). Sum of RGB (Red+Green+Blue) = 164+58+219=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #A43ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ADB is #5BC524. Grayscale: #6B6B6B. Windows color (decimal): -6014245 or 14367396. OLE color: 14367396.
HSL color Cylindrical-coordinate representation of color #A43ADB: hue angle of 279.5º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A43ADB is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 58 | 219 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.14 |
| HSL | 279.5º | 0.69% | 0.54% | - |
| HSV(B) | 279.5º | 0.74% | 0.86% | - |
| XYZ | 29.61 | 16.03 | 68.55 | - |
| YUV | 108.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 219 | 0.25 | 0.74 | 0 | 0.14 | 279.5 | 0.69 | 0.54 |
| Hex | A4 | 3A | DB | 19 | 4A | 0 | E | 118 | 45 | 36 |
| Octal | 244 | 72 | 333 | 31 | 112 | 0 | 16 | 430 | 105 | 66 |
| Binary | 10100100 | 111010 | 11011011 | 11001 | 1001010 | 0 | 1110 | 100011000 | 1000101 | 110110 |
Color Harmonies of #A43ADB
Complementary color
Monochromatic Colors of #A43ADB
Black with #A43ADB
Text Example
Text Example
White with #A43ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43ADB; }
p { color: rgb(164,58,219); }
H1.HeaderClassName
{
color: #A43ADB;
}
.AnyTagClassName
{
color: #A43ADB;
}
</style>
background-color css
<style>
a { background-color: #A43ADB; }
a { background-color: rgb(164,58,219); }
div.DivClassName
{
background-color: #A43ADB;
}
.BgClassName
{
background-color: #A43ADB;
}
</style>
border-color css
<style>
span { border-color: #A43ADB; }
span { border-color: rgb(164,58,219); }
td.TdClassName
{
border-color: #A43ADB;
}
.TagClassName
{
border-color: #A43ADB;
}
</style>