Shades of Dark Orchid #A34AD2
Tints of Dark Orchid #A34AD2
RGB
CMYK
RGB Variations
Color information
#A34AD2 (or 0xA34AD2) is known color: Dark Orchid. HEX triplet: A3, 4A and D2. RGB value is (163,74,210). Sum of RGB (Red+Green+Blue) = 163+74+210=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #A34AD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34AD2 is #5CB52D. Grayscale: #737373. Windows color (decimal): -6075694 or 13781667. OLE color: 13781667.
HSL color Cylindrical-coordinate representation of color #A34AD2: hue angle of 279.26º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A34AD2 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 74 | 210 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.18 |
| HSL | 279.26º | 0.6% | 0.56% | - |
| HSV(B) | 279.26º | 0.65% | 0.82% | - |
| XYZ | 29.19 | 17.34 | 62.78 | - |
| YUV | 116.12 | 180.99 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 210 | 0.22 | 0.65 | 0 | 0.18 | 279.26 | 0.6 | 0.56 |
| Hex | A3 | 4A | D2 | 16 | 41 | 0 | 12 | 117 | 3C | 38 |
| Octal | 243 | 112 | 322 | 26 | 101 | 0 | 22 | 427 | 74 | 70 |
| Binary | 10100011 | 1001010 | 11010010 | 10110 | 1000001 | 0 | 10010 | 100010111 | 111100 | 111000 |
Color Harmonies of #A34AD2
Complementary color
Monochromatic Colors of #A34AD2
Black with #A34AD2
Text Example
Text Example
White with #A34AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34AD2; }
p { color: rgb(163,74,210); }
H1.HeaderClassName
{
color: #A34AD2;
}
.AnyTagClassName
{
color: #A34AD2;
}
</style>
background-color css
<style>
a { background-color: #A34AD2; }
a { background-color: rgb(163,74,210); }
div.DivClassName
{
background-color: #A34AD2;
}
.BgClassName
{
background-color: #A34AD2;
}
</style>
border-color css
<style>
span { border-color: #A34AD2; }
span { border-color: rgb(163,74,210); }
td.TdClassName
{
border-color: #A34AD2;
}
.TagClassName
{
border-color: #A34AD2;
}
</style>