Shades of Dark Orchid #A334DC
Tints of Dark Orchid #A334DC
RGB
CMYK
RGB Variations
Color information
#A334DC (or 0xA334DC) is known color: Dark Orchid. HEX triplet: A3, 34 and DC. RGB value is (163,52,220). Sum of RGB (Red+Green+Blue) = 163+52+220=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #A334DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334DC is #5CCB23. Grayscale: #676767. Windows color (decimal): -6081316 or 14431395. OLE color: 14431395.
HSL color Cylindrical-coordinate representation of color #A334DC: hue angle of 279.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A334DC is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 52 | 220 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.14 |
| HSL | 279.64º | 0.71% | 0.53% | - |
| HSV(B) | 279.64º | 0.76% | 0.86% | - |
| XYZ | 29.25 | 15.41 | 69.14 | - |
| YUV | 104.34 | 193.27 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 220 | 0.26 | 0.76 | 0 | 0.14 | 279.64 | 0.71 | 0.53 |
| Hex | A3 | 34 | DC | 1A | 4C | 0 | E | 118 | 47 | 35 |
| Octal | 243 | 64 | 334 | 32 | 114 | 0 | 16 | 430 | 107 | 65 |
| Binary | 10100011 | 110100 | 11011100 | 11010 | 1001100 | 0 | 1110 | 100011000 | 1000111 | 110101 |
Color Harmonies of #A334DC
Complementary color
Monochromatic Colors of #A334DC
Black with #A334DC
Text Example
Text Example
White with #A334DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334DC; }
p { color: rgb(163,52,220); }
H1.HeaderClassName
{
color: #A334DC;
}
.AnyTagClassName
{
color: #A334DC;
}
</style>
background-color css
<style>
a { background-color: #A334DC; }
a { background-color: rgb(163,52,220); }
div.DivClassName
{
background-color: #A334DC;
}
.BgClassName
{
background-color: #A334DC;
}
</style>
border-color css
<style>
span { border-color: #A334DC; }
span { border-color: rgb(163,52,220); }
td.TdClassName
{
border-color: #A334DC;
}
.TagClassName
{
border-color: #A334DC;
}
</style>