Shades of Dark Orchid #A728CD
Tints of Dark Orchid #A728CD
RGB
CMYK
RGB Variations
Color information
#A728CD (or 0xA728CD) is known color: Dark Orchid. HEX triplet: A7, 28 and CD. RGB value is (167,40,205). Sum of RGB (Red+Green+Blue) = 167+40+205=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #A728CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728CD is #58D732. Grayscale: #606060. Windows color (decimal): -5822259 or 13445287. OLE color: 13445287.
HSL color Cylindrical-coordinate representation of color #A728CD: hue angle of 286.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A728CD is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 40 | 205 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.20 |
| HSL | 286.18º | 0.67% | 0.48% | - |
| HSV(B) | 286.18º | 0.8% | 0.8% | - |
| XYZ | 27.71 | 14.14 | 59.03 | - |
| YUV | 96.78 | 189.08 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 205 | 0.19 | 0.80 | 0 | 0.20 | 286.18 | 0.67 | 0.48 |
| Hex | A7 | 28 | CD | 13 | 50 | 0 | 14 | 11E | 43 | 30 |
| Octal | 247 | 50 | 315 | 23 | 120 | 0 | 24 | 436 | 103 | 60 |
| Binary | 10100111 | 101000 | 11001101 | 10011 | 1010000 | 0 | 10100 | 100011110 | 1000011 | 110000 |
Color Harmonies of #A728CD
Complementary color
Monochromatic Colors of #A728CD
Black with #A728CD
Text Example
Text Example
White with #A728CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728CD; }
p { color: rgb(167,40,205); }
H1.HeaderClassName
{
color: #A728CD;
}
.AnyTagClassName
{
color: #A728CD;
}
</style>
background-color css
<style>
a { background-color: #A728CD; }
a { background-color: rgb(167,40,205); }
div.DivClassName
{
background-color: #A728CD;
}
.BgClassName
{
background-color: #A728CD;
}
</style>
border-color css
<style>
span { border-color: #A728CD; }
span { border-color: rgb(167,40,205); }
td.TdClassName
{
border-color: #A728CD;
}
.TagClassName
{
border-color: #A728CD;
}
</style>