Shades of Dark Orchid #A329CC
Tints of Dark Orchid #A329CC
RGB
CMYK
RGB Variations
Color information
#A329CC (or 0xA329CC) is known color: Dark Orchid. HEX triplet: A3, 29 and CC. RGB value is (163,41,204). Sum of RGB (Red+Green+Blue) = 163+41+204=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #A329CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329CC is #5CD633. Grayscale: #5F5F5F. Windows color (decimal): -6084148 or 13380003. OLE color: 13380003.
HSL color Cylindrical-coordinate representation of color #A329CC: hue angle of 284.91º 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 #A329CC is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 41 | 204 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.2 |
| HSL | 284.91º | 0.67% | 0.48% | - |
| HSV(B) | 284.91º | 0.8% | 0.8% | - |
| XYZ | 26.8 | 13.73 | 58.36 | - |
| YUV | 96.06 | 188.92 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 204 | 0.20 | 0.80 | 0 | 0.2 | 284.91 | 0.67 | 0.48 |
| Hex | A3 | 29 | CC | 14 | 50 | 0 | 14 | 11D | 43 | 30 |
| Octal | 243 | 51 | 314 | 24 | 120 | 0 | 24 | 435 | 103 | 60 |
| Binary | 10100011 | 101001 | 11001100 | 10100 | 1010000 | 0 | 10100 | 100011101 | 1000011 | 110000 |
Color Harmonies of #A329CC
Complementary color
Monochromatic Colors of #A329CC
Black with #A329CC
Text Example
Text Example
White with #A329CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329CC; }
p { color: rgb(163,41,204); }
H1.HeaderClassName
{
color: #A329CC;
}
.AnyTagClassName
{
color: #A329CC;
}
</style>
background-color css
<style>
a { background-color: #A329CC; }
a { background-color: rgb(163,41,204); }
div.DivClassName
{
background-color: #A329CC;
}
.BgClassName
{
background-color: #A329CC;
}
</style>
border-color css
<style>
span { border-color: #A329CC; }
span { border-color: rgb(163,41,204); }
td.TdClassName
{
border-color: #A329CC;
}
.TagClassName
{
border-color: #A329CC;
}
</style>