Shades of Dark Orchid #A243DB
Tints of Dark Orchid #A243DB
RGB
CMYK
RGB Variations
Color information
#A243DB (or 0xA243DB) is known color: Dark Orchid. HEX triplet: A2, 43 and DB. RGB value is (162,67,219). Sum of RGB (Red+Green+Blue) = 162+67+219=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #A243DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243DB is #5DBC24. Grayscale: #707070. Windows color (decimal): -6143013 or 14369698. OLE color: 14369698.
HSL color Cylindrical-coordinate representation of color #A243DB: hue angle of 277.5º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A243DB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 67 | 219 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.14 |
| HSL | 277.5º | 0.68% | 0.56% | - |
| HSV(B) | 277.5º | 0.69% | 0.86% | - |
| XYZ | 29.69 | 16.81 | 68.7 | - |
| YUV | 112.73 | 187.97 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 219 | 0.26 | 0.69 | 0 | 0.14 | 277.5 | 0.68 | 0.56 |
| Hex | A2 | 43 | DB | 1A | 45 | 0 | E | 116 | 44 | 38 |
| Octal | 242 | 103 | 333 | 32 | 105 | 0 | 16 | 426 | 104 | 70 |
| Binary | 10100010 | 1000011 | 11011011 | 11010 | 1000101 | 0 | 1110 | 100010110 | 1000100 | 111000 |
Color Harmonies of #A243DB
Complementary color
Monochromatic Colors of #A243DB
Black with #A243DB
Text Example
Text Example
White with #A243DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243DB; }
p { color: rgb(162,67,219); }
H1.HeaderClassName
{
color: #A243DB;
}
.AnyTagClassName
{
color: #A243DB;
}
</style>
background-color css
<style>
a { background-color: #A243DB; }
a { background-color: rgb(162,67,219); }
div.DivClassName
{
background-color: #A243DB;
}
.BgClassName
{
background-color: #A243DB;
}
</style>
border-color css
<style>
span { border-color: #A243DB; }
span { border-color: rgb(162,67,219); }
td.TdClassName
{
border-color: #A243DB;
}
.TagClassName
{
border-color: #A243DB;
}
</style>