Shades of Dark Orchid #A349E6
Tints of Dark Orchid #A349E6
RGB
CMYK
RGB Variations
Color information
#A349E6 (or 0xA349E6) is known color: Dark Orchid. HEX triplet: A3, 49 and E6. RGB value is (163,73,230). Sum of RGB (Red+Green+Blue) = 163+73+230=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #A349E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A349E6 is #5CB619. Grayscale: #757575. Windows color (decimal): -6075930 or 15092131. OLE color: 15092131.
HSL color Cylindrical-coordinate representation of color #A349E6: hue angle of 274.39º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A349E6 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 73 | 230 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.10 |
| HSL | 274.39º | 0.76% | 0.59% | - |
| HSV(B) | 274.39º | 0.68% | 0.9% | - |
| XYZ | 31.77 | 18.26 | 76.71 | - |
| YUV | 117.81 | 191.32 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 230 | 0.29 | 0.68 | 0 | 0.10 | 274.39 | 0.76 | 0.59 |
| Hex | A3 | 49 | E6 | 1D | 44 | 0 | A | 112 | 4C | 3B |
| Octal | 243 | 111 | 346 | 35 | 104 | 0 | 12 | 422 | 114 | 73 |
| Binary | 10100011 | 1001001 | 11100110 | 11101 | 1000100 | 0 | 1010 | 100010010 | 1001100 | 111011 |
Color Harmonies of #A349E6
Complementary color
Monochromatic Colors of #A349E6
Black with #A349E6
Text Example
Text Example
White with #A349E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A349E6; }
p { color: rgb(163,73,230); }
H1.HeaderClassName
{
color: #A349E6;
}
.AnyTagClassName
{
color: #A349E6;
}
</style>
background-color css
<style>
a { background-color: #A349E6; }
a { background-color: rgb(163,73,230); }
div.DivClassName
{
background-color: #A349E6;
}
.BgClassName
{
background-color: #A349E6;
}
</style>
border-color css
<style>
span { border-color: #A349E6; }
span { border-color: rgb(163,73,230); }
td.TdClassName
{
border-color: #A349E6;
}
.TagClassName
{
border-color: #A349E6;
}
</style>