Shades of Dark Orchid #A43DDA
Tints of Dark Orchid #A43DDA
RGB
CMYK
RGB Variations
Color information
#A43DDA (or 0xA43DDA) is known color: Dark Orchid. HEX triplet: A4, 3D and DA. RGB value is (164,61,218). Sum of RGB (Red+Green+Blue) = 164+61+218=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #A43DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DDA is #5BC225. Grayscale: #6D6D6D. Windows color (decimal): -6013478 or 14302628. OLE color: 14302628.
HSL color Cylindrical-coordinate representation of color #A43DDA: hue angle of 279.36º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A43DDA is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 61 | 218 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.15 |
| HSL | 279.36º | 0.68% | 0.55% | - |
| HSV(B) | 279.36º | 0.72% | 0.85% | - |
| XYZ | 29.63 | 16.29 | 67.91 | - |
| YUV | 109.7 | 189.12 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 218 | 0.25 | 0.72 | 0 | 0.15 | 279.36 | 0.68 | 0.55 |
| Hex | A4 | 3D | DA | 19 | 48 | 0 | F | 117 | 44 | 37 |
| Octal | 244 | 75 | 332 | 31 | 110 | 0 | 17 | 427 | 104 | 67 |
| Binary | 10100100 | 111101 | 11011010 | 11001 | 1001000 | 0 | 1111 | 100010111 | 1000100 | 110111 |
Color Harmonies of #A43DDA
Complementary color
Monochromatic Colors of #A43DDA
Black with #A43DDA
Text Example
Text Example
White with #A43DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DDA; }
p { color: rgb(164,61,218); }
H1.HeaderClassName
{
color: #A43DDA;
}
.AnyTagClassName
{
color: #A43DDA;
}
</style>
background-color css
<style>
a { background-color: #A43DDA; }
a { background-color: rgb(164,61,218); }
div.DivClassName
{
background-color: #A43DDA;
}
.BgClassName
{
background-color: #A43DDA;
}
</style>
border-color css
<style>
span { border-color: #A43DDA; }
span { border-color: rgb(164,61,218); }
td.TdClassName
{
border-color: #A43DDA;
}
.TagClassName
{
border-color: #A43DDA;
}
</style>