Shades of Dark Orchid #A349E5
Tints of Dark Orchid #A349E5
RGB
CMYK
RGB Variations
Color information
#A349E5 (or 0xA349E5) is known color: Dark Orchid. HEX triplet: A3, 49 and E5. RGB value is (163,73,229). Sum of RGB (Red+Green+Blue) = 163+73+229=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #A349E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349E5 is #5CB61A. Grayscale: #757575. Windows color (decimal): -6075931 or 15026595. OLE color: 15026595.
HSL color Cylindrical-coordinate representation of color #A349E5: hue angle of 274.62º degrees, saturation: 0.75, 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 #A349E5 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 73 | 229 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.10 |
| HSL | 274.62º | 0.75% | 0.59% | - |
| HSV(B) | 274.62º | 0.68% | 0.9% | - |
| XYZ | 31.63 | 18.21 | 75.98 | - |
| YUV | 117.69 | 190.82 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 229 | 0.29 | 0.68 | 0 | 0.10 | 274.62 | 0.75 | 0.59 |
| Hex | A3 | 49 | E5 | 1D | 44 | 0 | A | 113 | 4B | 3B |
| Octal | 243 | 111 | 345 | 35 | 104 | 0 | 12 | 423 | 113 | 73 |
| Binary | 10100011 | 1001001 | 11100101 | 11101 | 1000100 | 0 | 1010 | 100010011 | 1001011 | 111011 |
Color Harmonies of #A349E5
Complementary color
Monochromatic Colors of #A349E5
Black with #A349E5
Text Example
Text Example
White with #A349E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A349E5; }
p { color: rgb(163,73,229); }
H1.HeaderClassName
{
color: #A349E5;
}
.AnyTagClassName
{
color: #A349E5;
}
</style>
background-color css
<style>
a { background-color: #A349E5; }
a { background-color: rgb(163,73,229); }
div.DivClassName
{
background-color: #A349E5;
}
.BgClassName
{
background-color: #A349E5;
}
</style>
border-color css
<style>
span { border-color: #A349E5; }
span { border-color: rgb(163,73,229); }
td.TdClassName
{
border-color: #A349E5;
}
.TagClassName
{
border-color: #A349E5;
}
</style>