Shades of Dark Orchid #A328A8
Tints of Dark Orchid #A328A8
RGB
CMYK
RGB Variations
Color information
#A328A8 (or 0xA328A8) is known color: Dark Orchid. HEX triplet: A3, 28 and A8. RGB value is (163,40,168). Sum of RGB (Red+Green+Blue) = 163+40+168=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 168 - color contains mainly: blue. Hex color #A328A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A328A8 is #5CD757. Grayscale: #5A5A5A. Windows color (decimal): -6084440 or 11020451. OLE color: 11020451.
HSL color Cylindrical-coordinate representation of color #A328A8: hue angle of 297.66º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A328A8 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 40 | 168 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.34 |
| HSL | 297.66º | 0.62% | 0.41% | - |
| HSV(B) | 297.66º | 0.76% | 0.66% | - |
| XYZ | 22.93 | 12.13 | 38.18 | - |
| YUV | 91.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 168 | 0.03 | 0.76 | 0 | 0.34 | 297.66 | 0.62 | 0.41 |
| Hex | A3 | 28 | A8 | 3 | 4C | 0 | 22 | 12A | 3E | 29 |
| Octal | 243 | 50 | 250 | 3 | 114 | 0 | 42 | 452 | 76 | 51 |
| Binary | 10100011 | 101000 | 10101000 | 11 | 1001100 | 0 | 100010 | 100101010 | 111110 | 101001 |
Color Harmonies of #A328A8
Complementary color
Monochromatic Colors of #A328A8
Black with #A328A8
Text Example
Text Example
White with #A328A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A328A8; }
p { color: rgb(163,40,168); }
H1.HeaderClassName
{
color: #A328A8;
}
.AnyTagClassName
{
color: #A328A8;
}
</style>
background-color css
<style>
a { background-color: #A328A8; }
a { background-color: rgb(163,40,168); }
div.DivClassName
{
background-color: #A328A8;
}
.BgClassName
{
background-color: #A328A8;
}
</style>
border-color css
<style>
span { border-color: #A328A8; }
span { border-color: rgb(163,40,168); }
td.TdClassName
{
border-color: #A328A8;
}
.TagClassName
{
border-color: #A328A8;
}
</style>