Shades of Dark Orchid #A34ADE
Tints of Dark Orchid #A34ADE
RGB
CMYK
RGB Variations
Color information
#A34ADE (or 0xA34ADE) is known color: Dark Orchid. HEX triplet: A3, 4A and DE. RGB value is (163,74,222). Sum of RGB (Red+Green+Blue) = 163+74+222=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #A34ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34ADE is #5CB521. Grayscale: #747474. Windows color (decimal): -6075682 or 14568099. OLE color: 14568099.
HSL color Cylindrical-coordinate representation of color #A34ADE: hue angle of 276.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34ADE is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 74 | 222 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.13 |
| HSL | 276.08º | 0.69% | 0.58% | - |
| HSV(B) | 276.08º | 0.67% | 0.87% | - |
| XYZ | 30.74 | 17.96 | 70.95 | - |
| YUV | 117.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 222 | 0.27 | 0.67 | 0 | 0.13 | 276.08 | 0.69 | 0.58 |
| Hex | A3 | 4A | DE | 1B | 43 | 0 | D | 114 | 45 | 3A |
| Octal | 243 | 112 | 336 | 33 | 103 | 0 | 15 | 424 | 105 | 72 |
| Binary | 10100011 | 1001010 | 11011110 | 11011 | 1000011 | 0 | 1101 | 100010100 | 1000101 | 111010 |
Color Harmonies of #A34ADE
Complementary color
Monochromatic Colors of #A34ADE
Black with #A34ADE
Text Example
Text Example
White with #A34ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34ADE; }
p { color: rgb(163,74,222); }
H1.HeaderClassName
{
color: #A34ADE;
}
.AnyTagClassName
{
color: #A34ADE;
}
</style>
background-color css
<style>
a { background-color: #A34ADE; }
a { background-color: rgb(163,74,222); }
div.DivClassName
{
background-color: #A34ADE;
}
.BgClassName
{
background-color: #A34ADE;
}
</style>
border-color css
<style>
span { border-color: #A34ADE; }
span { border-color: rgb(163,74,222); }
td.TdClassName
{
border-color: #A34ADE;
}
.TagClassName
{
border-color: #A34ADE;
}
</style>