Shades of Dark Orchid #A328BA
Tints of Dark Orchid #A328BA
RGB
CMYK
RGB Variations
Color information
#A328BA (or 0xA328BA) is known color: Dark Orchid. HEX triplet: A3, 28 and BA. RGB value is (163,40,186). Sum of RGB (Red+Green+Blue) = 163+40+186=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #A328BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328BA is #5CD745. Grayscale: #5C5C5C. Windows color (decimal): -6084422 or 12200099. OLE color: 12200099.
HSL color Cylindrical-coordinate representation of color #A328BA: hue angle of 290.55º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A328BA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 40 | 186 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.27 |
| HSL | 290.55º | 0.65% | 0.44% | - |
| HSV(B) | 290.55º | 0.78% | 0.73% | - |
| XYZ | 24.73 | 12.85 | 47.63 | - |
| YUV | 93.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 186 | 0.12 | 0.78 | 0 | 0.27 | 290.55 | 0.65 | 0.44 |
| Hex | A3 | 28 | BA | C | 4E | 0 | 1B | 123 | 41 | 2C |
| Octal | 243 | 50 | 272 | 14 | 116 | 0 | 33 | 443 | 101 | 54 |
| Binary | 10100011 | 101000 | 10111010 | 1100 | 1001110 | 0 | 11011 | 100100011 | 1000001 | 101100 |
Color Harmonies of #A328BA
Complementary color
Monochromatic Colors of #A328BA
Black with #A328BA
Text Example
Text Example
White with #A328BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A328BA; }
p { color: rgb(163,40,186); }
H1.HeaderClassName
{
color: #A328BA;
}
.AnyTagClassName
{
color: #A328BA;
}
</style>
background-color css
<style>
a { background-color: #A328BA; }
a { background-color: rgb(163,40,186); }
div.DivClassName
{
background-color: #A328BA;
}
.BgClassName
{
background-color: #A328BA;
}
</style>
border-color css
<style>
span { border-color: #A328BA; }
span { border-color: rgb(163,40,186); }
td.TdClassName
{
border-color: #A328BA;
}
.TagClassName
{
border-color: #A328BA;
}
</style>