Shades of Dark Orchid #A334AA
Tints of Dark Orchid #A334AA
RGB
CMYK
RGB Variations
Color information
#A334AA (or 0xA334AA) is known color: Dark Orchid. HEX triplet: A3, 34 and AA. RGB value is (163,52,170). Sum of RGB (Red+Green+Blue) = 163+52+170=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #A334AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A334AA is #5CCB55. Grayscale: #626262. Windows color (decimal): -6081366 or 11154595. OLE color: 11154595.
HSL color Cylindrical-coordinate representation of color #A334AA: hue angle of 296.44º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A334AA is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 52 | 170 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.33 |
| HSL | 296.44º | 0.53% | 0.44% | - |
| HSV(B) | 296.44º | 0.69% | 0.67% | - |
| XYZ | 23.59 | 13.14 | 39.32 | - |
| YUV | 98.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 170 | 0.04 | 0.69 | 0 | 0.33 | 296.44 | 0.53 | 0.44 |
| Hex | A3 | 34 | AA | 4 | 45 | 0 | 21 | 128 | 35 | 2C |
| Octal | 243 | 64 | 252 | 4 | 105 | 0 | 41 | 450 | 65 | 54 |
| Binary | 10100011 | 110100 | 10101010 | 100 | 1000101 | 0 | 100001 | 100101000 | 110101 | 101100 |
Color Harmonies of #A334AA
Complementary color
Monochromatic Colors of #A334AA
Black with #A334AA
Text Example
Text Example
White with #A334AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334AA; }
p { color: rgb(163,52,170); }
H1.HeaderClassName
{
color: #A334AA;
}
.AnyTagClassName
{
color: #A334AA;
}
</style>
background-color css
<style>
a { background-color: #A334AA; }
a { background-color: rgb(163,52,170); }
div.DivClassName
{
background-color: #A334AA;
}
.BgClassName
{
background-color: #A334AA;
}
</style>
border-color css
<style>
span { border-color: #A334AA; }
span { border-color: rgb(163,52,170); }
td.TdClassName
{
border-color: #A334AA;
}
.TagClassName
{
border-color: #A334AA;
}
</style>