Shades of Dark Orchid #A934E0
Tints of Dark Orchid #A934E0
RGB
CMYK
RGB Variations
Color information
#A934E0 (or 0xA934E0) is known color: Dark Orchid. HEX triplet: A9, 34 and E0. RGB value is (169,52,224). Sum of RGB (Red+Green+Blue) = 169+52+224=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #A934E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A934E0 is #56CB1F. Grayscale: #6A6A6A. Windows color (decimal): -5688096 or 14693545. OLE color: 14693545.
HSL color Cylindrical-coordinate representation of color #A934E0: hue angle of 280.81º 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 #A934E0 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 52 | 224 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.12 |
| HSL | 280.81º | 0.74% | 0.54% | - |
| HSV(B) | 280.81º | 0.77% | 0.88% | - |
| XYZ | 31.04 | 16.27 | 72.03 | - |
| YUV | 106.59 | 194.26 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 224 | 0.25 | 0.77 | 0 | 0.12 | 280.81 | 0.74 | 0.54 |
| Hex | A9 | 34 | E0 | 19 | 4D | 0 | C | 119 | 4A | 36 |
| Octal | 251 | 64 | 340 | 31 | 115 | 0 | 14 | 431 | 112 | 66 |
| Binary | 10101001 | 110100 | 11100000 | 11001 | 1001101 | 0 | 1100 | 100011001 | 1001010 | 110110 |
Color Harmonies of #A934E0
Complementary color
Monochromatic Colors of #A934E0
Black with #A934E0
Text Example
Text Example
White with #A934E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A934E0; }
p { color: rgb(169,52,224); }
H1.HeaderClassName
{
color: #A934E0;
}
.AnyTagClassName
{
color: #A934E0;
}
</style>
background-color css
<style>
a { background-color: #A934E0; }
a { background-color: rgb(169,52,224); }
div.DivClassName
{
background-color: #A934E0;
}
.BgClassName
{
background-color: #A934E0;
}
</style>
border-color css
<style>
span { border-color: #A934E0; }
span { border-color: rgb(169,52,224); }
td.TdClassName
{
border-color: #A934E0;
}
.TagClassName
{
border-color: #A934E0;
}
</style>