Shades of Dark Orchid #A244DB
Tints of Dark Orchid #A244DB
RGB
CMYK
RGB Variations
Color information
#A244DB (or 0xA244DB) is known color: Dark Orchid. HEX triplet: A2, 44 and DB. RGB value is (162,68,219). Sum of RGB (Red+Green+Blue) = 162+68+219=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 68 (26.95% from 255 or 15.14% 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 #A244DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244DB is #5DBB24. Grayscale: #707070. Windows color (decimal): -6142757 or 14369954. OLE color: 14369954.
HSL color Cylindrical-coordinate representation of color #A244DB: hue angle of 277.35º 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 #A244DB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 68 | 219 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.14 |
| HSL | 277.35º | 0.68% | 0.56% | - |
| HSV(B) | 277.35º | 0.69% | 0.86% | - |
| XYZ | 29.75 | 16.93 | 68.72 | - |
| YUV | 113.32 | 187.64 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 219 | 0.26 | 0.69 | 0 | 0.14 | 277.35 | 0.68 | 0.56 |
| Hex | A2 | 44 | DB | 1A | 45 | 0 | E | 115 | 44 | 38 |
| Octal | 242 | 104 | 333 | 32 | 105 | 0 | 16 | 425 | 104 | 70 |
| Binary | 10100010 | 1000100 | 11011011 | 11010 | 1000101 | 0 | 1110 | 100010101 | 1000100 | 111000 |
Color Harmonies of #A244DB
Complementary color
Monochromatic Colors of #A244DB
Black with #A244DB
Text Example
Text Example
White with #A244DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A244DB; }
p { color: rgb(162,68,219); }
H1.HeaderClassName
{
color: #A244DB;
}
.AnyTagClassName
{
color: #A244DB;
}
</style>
background-color css
<style>
a { background-color: #A244DB; }
a { background-color: rgb(162,68,219); }
div.DivClassName
{
background-color: #A244DB;
}
.BgClassName
{
background-color: #A244DB;
}
</style>
border-color css
<style>
span { border-color: #A244DB; }
span { border-color: rgb(162,68,219); }
td.TdClassName
{
border-color: #A244DB;
}
.TagClassName
{
border-color: #A244DB;
}
</style>