Shades of Dark Orchid #A734E0
Tints of Dark Orchid #A734E0
RGB
CMYK
RGB Variations
Color information
#A734E0 (or 0xA734E0) is known color: Dark Orchid. HEX triplet: A7, 34 and E0. RGB value is (167,52,224). Sum of RGB (Red+Green+Blue) = 167+52+224=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #A734E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A734E0 is #58CB1F. Grayscale: #696969. Windows color (decimal): -5819168 or 14693543. OLE color: 14693543.
HSL color Cylindrical-coordinate representation of color #A734E0: hue angle of 280.12º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A734E0 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 52 | 224 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.12 |
| HSL | 280.12º | 0.74% | 0.54% | - |
| HSV(B) | 280.12º | 0.77% | 0.88% | - |
| XYZ | 30.62 | 16.05 | 72.01 | - |
| YUV | 105.99 | 194.6 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 52 | 224 | 0.25 | 0.77 | 0 | 0.12 | 280.12 | 0.74 | 0.54 |
| Hex | A7 | 34 | E0 | 19 | 4D | 0 | C | 118 | 4A | 36 |
| Octal | 247 | 64 | 340 | 31 | 115 | 0 | 14 | 430 | 112 | 66 |
| Binary | 10100111 | 110100 | 11100000 | 11001 | 1001101 | 0 | 1100 | 100011000 | 1001010 | 110110 |
Color Harmonies of #A734E0
Complementary color
Monochromatic Colors of #A734E0
Black with #A734E0
Text Example
Text Example
White with #A734E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A734E0; }
p { color: rgb(167,52,224); }
H1.HeaderClassName
{
color: #A734E0;
}
.AnyTagClassName
{
color: #A734E0;
}
</style>
background-color css
<style>
a { background-color: #A734E0; }
a { background-color: rgb(167,52,224); }
div.DivClassName
{
background-color: #A734E0;
}
.BgClassName
{
background-color: #A734E0;
}
</style>
border-color css
<style>
span { border-color: #A734E0; }
span { border-color: rgb(167,52,224); }
td.TdClassName
{
border-color: #A734E0;
}
.TagClassName
{
border-color: #A734E0;
}
</style>