Shades of Dark Orchid #A334C0
Tints of Dark Orchid #A334C0
RGB
CMYK
RGB Variations
Color information
#A334C0 (or 0xA334C0) is known color: Dark Orchid. HEX triplet: A3, 34 and C0. RGB value is (163,52,192). Sum of RGB (Red+Green+Blue) = 163+52+192=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #A334C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334C0 is #5CCB3F. Grayscale: #646464. Windows color (decimal): -6081344 or 12596387. OLE color: 12596387.
HSL color Cylindrical-coordinate representation of color #A334C0: hue angle of 287.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A334C0 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 52 | 192 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.25 |
| HSL | 287.57º | 0.57% | 0.48% | - |
| HSV(B) | 287.57º | 0.73% | 0.75% | - |
| XYZ | 25.85 | 14.05 | 51.22 | - |
| YUV | 101.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 192 | 0.15 | 0.73 | 0 | 0.25 | 287.57 | 0.57 | 0.48 |
| Hex | A3 | 34 | C0 | F | 49 | 0 | 19 | 120 | 39 | 30 |
| Octal | 243 | 64 | 300 | 17 | 111 | 0 | 31 | 440 | 71 | 60 |
| Binary | 10100011 | 110100 | 11000000 | 1111 | 1001001 | 0 | 11001 | 100100000 | 111001 | 110000 |
Color Harmonies of #A334C0
Complementary color
Monochromatic Colors of #A334C0
Black with #A334C0
Text Example
Text Example
White with #A334C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334C0; }
p { color: rgb(163,52,192); }
H1.HeaderClassName
{
color: #A334C0;
}
.AnyTagClassName
{
color: #A334C0;
}
</style>
background-color css
<style>
a { background-color: #A334C0; }
a { background-color: rgb(163,52,192); }
div.DivClassName
{
background-color: #A334C0;
}
.BgClassName
{
background-color: #A334C0;
}
</style>
border-color css
<style>
span { border-color: #A334C0; }
span { border-color: rgb(163,52,192); }
td.TdClassName
{
border-color: #A334C0;
}
.TagClassName
{
border-color: #A334C0;
}
</style>