Shades of Dark Orchid #A232DF
Tints of Dark Orchid #A232DF
RGB
CMYK
RGB Variations
Color information
#A232DF (or 0xA232DF) is known color: Dark Orchid. HEX triplet: A2, 32 and DF. RGB value is (162,50,223). Sum of RGB (Red+Green+Blue) = 162+50+223=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #A232DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232DF is #5DCD20. Grayscale: #666666. Windows color (decimal): -6147361 or 14627490. OLE color: 14627490.
HSL color Cylindrical-coordinate representation of color #A232DF: hue angle of 278.84º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A232DF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 50 | 223 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.13 |
| HSL | 278.84º | 0.73% | 0.54% | - |
| HSV(B) | 278.84º | 0.78% | 0.87% | - |
| XYZ | 29.36 | 15.29 | 71.22 | - |
| YUV | 103.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 223 | 0.27 | 0.78 | 0 | 0.13 | 278.84 | 0.73 | 0.54 |
| Hex | A2 | 32 | DF | 1B | 4E | 0 | D | 117 | 49 | 36 |
| Octal | 242 | 62 | 337 | 33 | 116 | 0 | 15 | 427 | 111 | 66 |
| Binary | 10100010 | 110010 | 11011111 | 11011 | 1001110 | 0 | 1101 | 100010111 | 1001001 | 110110 |
Color Harmonies of #A232DF
Complementary color
Monochromatic Colors of #A232DF
Black with #A232DF
Text Example
Text Example
White with #A232DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232DF; }
p { color: rgb(162,50,223); }
H1.HeaderClassName
{
color: #A232DF;
}
.AnyTagClassName
{
color: #A232DF;
}
</style>
background-color css
<style>
a { background-color: #A232DF; }
a { background-color: rgb(162,50,223); }
div.DivClassName
{
background-color: #A232DF;
}
.BgClassName
{
background-color: #A232DF;
}
</style>
border-color css
<style>
span { border-color: #A232DF; }
span { border-color: rgb(162,50,223); }
td.TdClassName
{
border-color: #A232DF;
}
.TagClassName
{
border-color: #A232DF;
}
</style>