Shades of Dark Orchid #A728CC
Tints of Dark Orchid #A728CC
RGB
CMYK
RGB Variations
Color information
#A728CC (or 0xA728CC) is known color: Dark Orchid. HEX triplet: A7, 28 and CC. RGB value is (167,40,204). Sum of RGB (Red+Green+Blue) = 167+40+204=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #A728CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728CC is #58D733. Grayscale: #606060. Windows color (decimal): -5822260 or 13379751. OLE color: 13379751.
HSL color Cylindrical-coordinate representation of color #A728CC: hue angle of 286.46º 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 #A728CC is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 40 | 204 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.2 |
| HSL | 286.46º | 0.67% | 0.48% | - |
| HSV(B) | 286.46º | 0.8% | 0.8% | - |
| XYZ | 27.59 | 14.09 | 58.39 | - |
| YUV | 96.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 204 | 0.18 | 0.80 | 0 | 0.2 | 286.46 | 0.67 | 0.48 |
| Hex | A7 | 28 | CC | 12 | 50 | 0 | 14 | 11E | 43 | 30 |
| Octal | 247 | 50 | 314 | 22 | 120 | 0 | 24 | 436 | 103 | 60 |
| Binary | 10100111 | 101000 | 11001100 | 10010 | 1010000 | 0 | 10100 | 100011110 | 1000011 | 110000 |
Color Harmonies of #A728CC
Complementary color
Monochromatic Colors of #A728CC
Black with #A728CC
Text Example
Text Example
White with #A728CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728CC; }
p { color: rgb(167,40,204); }
H1.HeaderClassName
{
color: #A728CC;
}
.AnyTagClassName
{
color: #A728CC;
}
</style>
background-color css
<style>
a { background-color: #A728CC; }
a { background-color: rgb(167,40,204); }
div.DivClassName
{
background-color: #A728CC;
}
.BgClassName
{
background-color: #A728CC;
}
</style>
border-color css
<style>
span { border-color: #A728CC; }
span { border-color: rgb(167,40,204); }
td.TdClassName
{
border-color: #A728CC;
}
.TagClassName
{
border-color: #A728CC;
}
</style>