Shades of Dark Orchid #A728DC
Tints of Dark Orchid #A728DC
RGB
CMYK
RGB Variations
Color information
#A728DC (or 0xA728DC) is known color: Dark Orchid. HEX triplet: A7, 28 and DC. RGB value is (167,40,220). Sum of RGB (Red+Green+Blue) = 167+40+220=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #A728DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728DC is #58D723. Grayscale: #616161. Windows color (decimal): -5822244 or 14428327. OLE color: 14428327.
HSL color Cylindrical-coordinate representation of color #A728DC: hue angle of 282.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A728DC is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 40 | 220 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.14 |
| HSL | 282.33º | 0.72% | 0.51% | - |
| HSV(B) | 282.33º | 0.82% | 0.86% | - |
| XYZ | 29.61 | 14.9 | 69.03 | - |
| YUV | 98.49 | 196.58 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 220 | 0.24 | 0.82 | 0 | 0.14 | 282.33 | 0.72 | 0.51 |
| Hex | A7 | 28 | DC | 18 | 52 | 0 | E | 11A | 48 | 33 |
| Octal | 247 | 50 | 334 | 30 | 122 | 0 | 16 | 432 | 110 | 63 |
| Binary | 10100111 | 101000 | 11011100 | 11000 | 1010010 | 0 | 1110 | 100011010 | 1001000 | 110011 |
Color Harmonies of #A728DC
Complementary color
Monochromatic Colors of #A728DC
Black with #A728DC
Text Example
Text Example
White with #A728DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728DC; }
p { color: rgb(167,40,220); }
H1.HeaderClassName
{
color: #A728DC;
}
.AnyTagClassName
{
color: #A728DC;
}
</style>
background-color css
<style>
a { background-color: #A728DC; }
a { background-color: rgb(167,40,220); }
div.DivClassName
{
background-color: #A728DC;
}
.BgClassName
{
background-color: #A728DC;
}
</style>
border-color css
<style>
span { border-color: #A728DC; }
span { border-color: rgb(167,40,220); }
td.TdClassName
{
border-color: #A728DC;
}
.TagClassName
{
border-color: #A728DC;
}
</style>