Shades of Dark Orchid #A434AA
Tints of Dark Orchid #A434AA
RGB
CMYK
RGB Variations
Color information
#A434AA (or 0xA434AA) is known color: Dark Orchid. HEX triplet: A4, 34 and AA. RGB value is (164,52,170). Sum of RGB (Red+Green+Blue) = 164+52+170=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #A434AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A434AA is #5BCB55. Grayscale: #626262. Windows color (decimal): -6015830 or 11154596. OLE color: 11154596.
HSL color Cylindrical-coordinate representation of color #A434AA: hue angle of 296.95º 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 #A434AA is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 52 | 170 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.33 |
| HSL | 296.95º | 0.53% | 0.44% | - |
| HSV(B) | 296.95º | 0.69% | 0.67% | - |
| XYZ | 23.79 | 13.25 | 39.33 | - |
| YUV | 98.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 170 | 0.04 | 0.69 | 0 | 0.33 | 296.95 | 0.53 | 0.44 |
| Hex | A4 | 34 | AA | 4 | 45 | 0 | 21 | 129 | 35 | 2C |
| Octal | 244 | 64 | 252 | 4 | 105 | 0 | 41 | 451 | 65 | 54 |
| Binary | 10100100 | 110100 | 10101010 | 100 | 1000101 | 0 | 100001 | 100101001 | 110101 | 101100 |
Color Harmonies of #A434AA
Complementary color
Monochromatic Colors of #A434AA
Black with #A434AA
Text Example
Text Example
White with #A434AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434AA; }
p { color: rgb(164,52,170); }
H1.HeaderClassName
{
color: #A434AA;
}
.AnyTagClassName
{
color: #A434AA;
}
</style>
background-color css
<style>
a { background-color: #A434AA; }
a { background-color: rgb(164,52,170); }
div.DivClassName
{
background-color: #A434AA;
}
.BgClassName
{
background-color: #A434AA;
}
</style>
border-color css
<style>
span { border-color: #A434AA; }
span { border-color: rgb(164,52,170); }
td.TdClassName
{
border-color: #A434AA;
}
.TagClassName
{
border-color: #A434AA;
}
</style>