Shades of Dark Orchid #A328DA
Tints of Dark Orchid #A328DA
RGB
CMYK
RGB Variations
Color information
#A328DA (or 0xA328DA) is known color: Dark Orchid. HEX triplet: A3, 28 and DA. RGB value is (163,40,218). Sum of RGB (Red+Green+Blue) = 163+40+218=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #A328DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328DA is #5CD725. Grayscale: #606060. Windows color (decimal): -6084390 or 14297251. OLE color: 14297251.
HSL color Cylindrical-coordinate representation of color #A328DA: hue angle of 281.46º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A328DA is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 40 | 218 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.15 |
| HSL | 281.46º | 0.71% | 0.51% | - |
| HSV(B) | 281.46º | 0.82% | 0.85% | - |
| XYZ | 28.52 | 14.37 | 67.6 | - |
| YUV | 97.07 | 196.25 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 218 | 0.25 | 0.82 | 0 | 0.15 | 281.46 | 0.71 | 0.51 |
| Hex | A3 | 28 | DA | 19 | 52 | 0 | F | 119 | 47 | 33 |
| Octal | 243 | 50 | 332 | 31 | 122 | 0 | 17 | 431 | 107 | 63 |
| Binary | 10100011 | 101000 | 11011010 | 11001 | 1010010 | 0 | 1111 | 100011001 | 1000111 | 110011 |
Color Harmonies of #A328DA
Complementary color
Monochromatic Colors of #A328DA
Black with #A328DA
Text Example
Text Example
White with #A328DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A328DA; }
p { color: rgb(163,40,218); }
H1.HeaderClassName
{
color: #A328DA;
}
.AnyTagClassName
{
color: #A328DA;
}
</style>
background-color css
<style>
a { background-color: #A328DA; }
a { background-color: rgb(163,40,218); }
div.DivClassName
{
background-color: #A328DA;
}
.BgClassName
{
background-color: #A328DA;
}
</style>
border-color css
<style>
span { border-color: #A328DA; }
span { border-color: rgb(163,40,218); }
td.TdClassName
{
border-color: #A328DA;
}
.TagClassName
{
border-color: #A328DA;
}
</style>