Shades of Dark Orchid #A444D2
Tints of Dark Orchid #A444D2
RGB
CMYK
RGB Variations
Color information
#A444D2 (or 0xA444D2) is known color: Dark Orchid. HEX triplet: A4, 44 and D2. RGB value is (164,68,210). Sum of RGB (Red+Green+Blue) = 164+68+210=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 210 (82.42% from 255 or 47.51% from 442); Max value from RGB is 210 - color contains mainly: blue. Hex color #A444D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444D2 is #5BBB2D. Grayscale: #707070. Windows color (decimal): -6011694 or 13780132. OLE color: 13780132.
HSL color Cylindrical-coordinate representation of color #A444D2: hue angle of 280.56º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A444D2 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 68 | 210 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.18 |
| HSL | 280.56º | 0.61% | 0.55% | - |
| HSV(B) | 280.56º | 0.68% | 0.82% | - |
| XYZ | 29.01 | 16.68 | 62.66 | - |
| YUV | 112.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 210 | 0.22 | 0.68 | 0 | 0.18 | 280.56 | 0.61 | 0.55 |
| Hex | A4 | 44 | D2 | 16 | 44 | 0 | 12 | 119 | 3D | 37 |
| Octal | 244 | 104 | 322 | 26 | 104 | 0 | 22 | 431 | 75 | 67 |
| Binary | 10100100 | 1000100 | 11010010 | 10110 | 1000100 | 0 | 10010 | 100011001 | 111101 | 110111 |
Color Harmonies of #A444D2
Complementary color
Monochromatic Colors of #A444D2
Black with #A444D2
Text Example
Text Example
White with #A444D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444D2; }
p { color: rgb(164,68,210); }
H1.HeaderClassName
{
color: #A444D2;
}
.AnyTagClassName
{
color: #A444D2;
}
</style>
background-color css
<style>
a { background-color: #A444D2; }
a { background-color: rgb(164,68,210); }
div.DivClassName
{
background-color: #A444D2;
}
.BgClassName
{
background-color: #A444D2;
}
</style>
border-color css
<style>
span { border-color: #A444D2; }
span { border-color: rgb(164,68,210); }
td.TdClassName
{
border-color: #A444D2;
}
.TagClassName
{
border-color: #A444D2;
}
</style>