Shades of Dark Orchid #A234DF
Tints of Dark Orchid #A234DF
RGB
CMYK
RGB Variations
Color information
#A234DF (or 0xA234DF) is known color: Dark Orchid. HEX triplet: A2, 34 and DF. RGB value is (162,52,223). Sum of RGB (Red+Green+Blue) = 162+52+223=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #A234DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A234DF is #5DCB20. Grayscale: #676767. Windows color (decimal): -6146849 or 14628002. OLE color: 14628002.
HSL color Cylindrical-coordinate representation of color #A234DF: hue angle of 278.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A234DF is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 52 | 223 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.13 |
| HSL | 278.6º | 0.73% | 0.54% | - |
| HSV(B) | 278.6º | 0.77% | 0.87% | - |
| XYZ | 29.45 | 15.47 | 71.25 | - |
| YUV | 104.38 | 194.94 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 223 | 0.27 | 0.77 | 0 | 0.13 | 278.6 | 0.73 | 0.54 |
| Hex | A2 | 34 | DF | 1B | 4D | 0 | D | 117 | 49 | 36 |
| Octal | 242 | 64 | 337 | 33 | 115 | 0 | 15 | 427 | 111 | 66 |
| Binary | 10100010 | 110100 | 11011111 | 11011 | 1001101 | 0 | 1101 | 100010111 | 1001001 | 110110 |
Color Harmonies of #A234DF
Complementary color
Monochromatic Colors of #A234DF
Black with #A234DF
Text Example
Text Example
White with #A234DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A234DF; }
p { color: rgb(162,52,223); }
H1.HeaderClassName
{
color: #A234DF;
}
.AnyTagClassName
{
color: #A234DF;
}
</style>
background-color css
<style>
a { background-color: #A234DF; }
a { background-color: rgb(162,52,223); }
div.DivClassName
{
background-color: #A234DF;
}
.BgClassName
{
background-color: #A234DF;
}
</style>
border-color css
<style>
span { border-color: #A234DF; }
span { border-color: rgb(162,52,223); }
td.TdClassName
{
border-color: #A234DF;
}
.TagClassName
{
border-color: #A234DF;
}
</style>