Shades of Dark Orchid #A728C1
Tints of Dark Orchid #A728C1
RGB
CMYK
RGB Variations
Color information
#A728C1 (or 0xA728C1) is known color: Dark Orchid. HEX triplet: A7, 28 and C1. RGB value is (167,40,193). Sum of RGB (Red+Green+Blue) = 167+40+193=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #A728C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728C1 is #58D73E. Grayscale: #5E5E5E. Windows color (decimal): -5822271 or 12658855. OLE color: 12658855.
HSL color Cylindrical-coordinate representation of color #A728C1: hue angle of 289.8º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A728C1 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 40 | 193 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.24 |
| HSL | 289.8º | 0.66% | 0.46% | - |
| HSV(B) | 289.8º | 0.79% | 0.76% | - |
| XYZ | 26.32 | 13.58 | 51.69 | - |
| YUV | 95.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 193 | 0.13 | 0.79 | 0 | 0.24 | 289.8 | 0.66 | 0.46 |
| Hex | A7 | 28 | C1 | D | 4F | 0 | 18 | 122 | 42 | 2E |
| Octal | 247 | 50 | 301 | 15 | 117 | 0 | 30 | 442 | 102 | 56 |
| Binary | 10100111 | 101000 | 11000001 | 1101 | 1001111 | 0 | 11000 | 100100010 | 1000010 | 101110 |
Color Harmonies of #A728C1
Complementary color
Monochromatic Colors of #A728C1
Black with #A728C1
Text Example
Text Example
White with #A728C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728C1; }
p { color: rgb(167,40,193); }
H1.HeaderClassName
{
color: #A728C1;
}
.AnyTagClassName
{
color: #A728C1;
}
</style>
background-color css
<style>
a { background-color: #A728C1; }
a { background-color: rgb(167,40,193); }
div.DivClassName
{
background-color: #A728C1;
}
.BgClassName
{
background-color: #A728C1;
}
</style>
border-color css
<style>
span { border-color: #A728C1; }
span { border-color: rgb(167,40,193); }
td.TdClassName
{
border-color: #A728C1;
}
.TagClassName
{
border-color: #A728C1;
}
</style>