Shades of Dark Orchid #A728DB
Tints of Dark Orchid #A728DB
RGB
CMYK
RGB Variations
Color information
#A728DB (or 0xA728DB) is known color: Dark Orchid. HEX triplet: A7, 28 and DB. RGB value is (167,40,219). Sum of RGB (Red+Green+Blue) = 167+40+219=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #A728DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728DB is #58D724. Grayscale: #616161. Windows color (decimal): -5822245 or 14362791. OLE color: 14362791.
HSL color Cylindrical-coordinate representation of color #A728DB: hue angle of 282.57º degrees, saturation: 0.71, 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 #A728DB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 40 | 219 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.14 |
| HSL | 282.57º | 0.71% | 0.51% | - |
| HSV(B) | 282.57º | 0.82% | 0.86% | - |
| XYZ | 29.48 | 14.85 | 68.33 | - |
| YUV | 98.38 | 196.08 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 219 | 0.24 | 0.82 | 0 | 0.14 | 282.57 | 0.71 | 0.51 |
| Hex | A7 | 28 | DB | 18 | 52 | 0 | E | 11B | 47 | 33 |
| Octal | 247 | 50 | 333 | 30 | 122 | 0 | 16 | 433 | 107 | 63 |
| Binary | 10100111 | 101000 | 11011011 | 11000 | 1010010 | 0 | 1110 | 100011011 | 1000111 | 110011 |
Color Harmonies of #A728DB
Complementary color
Monochromatic Colors of #A728DB
Black with #A728DB
Text Example
Text Example
White with #A728DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728DB; }
p { color: rgb(167,40,219); }
H1.HeaderClassName
{
color: #A728DB;
}
.AnyTagClassName
{
color: #A728DB;
}
</style>
background-color css
<style>
a { background-color: #A728DB; }
a { background-color: rgb(167,40,219); }
div.DivClassName
{
background-color: #A728DB;
}
.BgClassName
{
background-color: #A728DB;
}
</style>
border-color css
<style>
span { border-color: #A728DB; }
span { border-color: rgb(167,40,219); }
td.TdClassName
{
border-color: #A728DB;
}
.TagClassName
{
border-color: #A728DB;
}
</style>