Shades of Dark Orchid #A542DB
Tints of Dark Orchid #A542DB
RGB
CMYK
RGB Variations
Color information
#A542DB (or 0xA542DB) is known color: Dark Orchid. HEX triplet: A5, 42 and DB. RGB value is (165,66,219). Sum of RGB (Red+Green+Blue) = 165+66+219=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #A542DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542DB is #5ABD24. Grayscale: #707070. Windows color (decimal): -5946661 or 14369445. OLE color: 14369445.
HSL color Cylindrical-coordinate representation of color #A542DB: hue angle of 278.82º 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 #A542DB is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 66 | 219 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.14 |
| HSL | 278.82º | 0.68% | 0.56% | - |
| HSV(B) | 278.82º | 0.7% | 0.86% | - |
| XYZ | 30.25 | 17.01 | 68.71 | - |
| YUV | 113.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 219 | 0.25 | 0.70 | 0 | 0.14 | 278.82 | 0.68 | 0.56 |
| Hex | A5 | 42 | DB | 19 | 46 | 0 | E | 117 | 44 | 38 |
| Octal | 245 | 102 | 333 | 31 | 106 | 0 | 16 | 427 | 104 | 70 |
| Binary | 10100101 | 1000010 | 11011011 | 11001 | 1000110 | 0 | 1110 | 100010111 | 1000100 | 111000 |
Color Harmonies of #A542DB
Complementary color
Monochromatic Colors of #A542DB
Black with #A542DB
Text Example
Text Example
White with #A542DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A542DB; }
p { color: rgb(165,66,219); }
H1.HeaderClassName
{
color: #A542DB;
}
.AnyTagClassName
{
color: #A542DB;
}
</style>
background-color css
<style>
a { background-color: #A542DB; }
a { background-color: rgb(165,66,219); }
div.DivClassName
{
background-color: #A542DB;
}
.BgClassName
{
background-color: #A542DB;
}
</style>
border-color css
<style>
span { border-color: #A542DB; }
span { border-color: rgb(165,66,219); }
td.TdClassName
{
border-color: #A542DB;
}
.TagClassName
{
border-color: #A542DB;
}
</style>