Shades of Dark Orchid #A548DC
Tints of Dark Orchid #A548DC
RGB
CMYK
RGB Variations
Color information
#A548DC (or 0xA548DC) is known color: Dark Orchid. HEX triplet: A5, 48 and DC. RGB value is (165,72,220). Sum of RGB (Red+Green+Blue) = 165+72+220=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #A548DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548DC is #5AB723. Grayscale: #747474. Windows color (decimal): -5945124 or 14436517. OLE color: 14436517.
HSL color Cylindrical-coordinate representation of color #A548DC: hue angle of 277.7º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A548DC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 72 | 220 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.14 |
| HSL | 277.7º | 0.68% | 0.57% | - |
| HSV(B) | 277.7º | 0.67% | 0.86% | - |
| XYZ | 30.75 | 17.8 | 69.53 | - |
| YUV | 116.68 | 186.31 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 220 | 0.25 | 0.67 | 0 | 0.14 | 277.7 | 0.68 | 0.57 |
| Hex | A5 | 48 | DC | 19 | 43 | 0 | E | 116 | 44 | 39 |
| Octal | 245 | 110 | 334 | 31 | 103 | 0 | 16 | 426 | 104 | 71 |
| Binary | 10100101 | 1001000 | 11011100 | 11001 | 1000011 | 0 | 1110 | 100010110 | 1000100 | 111001 |
Color Harmonies of #A548DC
Complementary color
Monochromatic Colors of #A548DC
Black with #A548DC
Text Example
Text Example
White with #A548DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A548DC; }
p { color: rgb(165,72,220); }
H1.HeaderClassName
{
color: #A548DC;
}
.AnyTagClassName
{
color: #A548DC;
}
</style>
background-color css
<style>
a { background-color: #A548DC; }
a { background-color: rgb(165,72,220); }
div.DivClassName
{
background-color: #A548DC;
}
.BgClassName
{
background-color: #A548DC;
}
</style>
border-color css
<style>
span { border-color: #A548DC; }
span { border-color: rgb(165,72,220); }
td.TdClassName
{
border-color: #A548DC;
}
.TagClassName
{
border-color: #A548DC;
}
</style>