Shades of Dark Orchid #A442DB
Tints of Dark Orchid #A442DB
RGB
CMYK
RGB Variations
Color information
#A442DB (or 0xA442DB) is known color: Dark Orchid. HEX triplet: A4, 42 and DB. RGB value is (164,66,219). Sum of RGB (Red+Green+Blue) = 164+66+219=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #A442DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442DB is #5BBD24. Grayscale: #707070. Windows color (decimal): -6012197 or 14369444. OLE color: 14369444.
HSL color Cylindrical-coordinate representation of color #A442DB: hue angle of 278.43º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A442DB is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 66 | 219 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.14 |
| HSL | 278.43º | 0.68% | 0.56% | - |
| HSV(B) | 278.43º | 0.7% | 0.86% | - |
| XYZ | 30.04 | 16.9 | 68.7 | - |
| YUV | 112.74 | 187.97 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 219 | 0.25 | 0.70 | 0 | 0.14 | 278.43 | 0.68 | 0.56 |
| Hex | A4 | 42 | DB | 19 | 46 | 0 | E | 116 | 44 | 38 |
| Octal | 244 | 102 | 333 | 31 | 106 | 0 | 16 | 426 | 104 | 70 |
| Binary | 10100100 | 1000010 | 11011011 | 11001 | 1000110 | 0 | 1110 | 100010110 | 1000100 | 111000 |
Color Harmonies of #A442DB
Complementary color
Monochromatic Colors of #A442DB
Black with #A442DB
Text Example
Text Example
White with #A442DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442DB; }
p { color: rgb(164,66,219); }
H1.HeaderClassName
{
color: #A442DB;
}
.AnyTagClassName
{
color: #A442DB;
}
</style>
background-color css
<style>
a { background-color: #A442DB; }
a { background-color: rgb(164,66,219); }
div.DivClassName
{
background-color: #A442DB;
}
.BgClassName
{
background-color: #A442DB;
}
</style>
border-color css
<style>
span { border-color: #A442DB; }
span { border-color: rgb(164,66,219); }
td.TdClassName
{
border-color: #A442DB;
}
.TagClassName
{
border-color: #A442DB;
}
</style>