Shades of Dark Orchid #A231DF
Tints of Dark Orchid #A231DF
RGB
CMYK
RGB Variations
Color information
#A231DF (or 0xA231DF) is known color: Dark Orchid. HEX triplet: A2, 31 and DF. RGB value is (162,49,223). Sum of RGB (Red+Green+Blue) = 162+49+223=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #A231DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A231DF is #5DCE20. Grayscale: #666666. Windows color (decimal): -6147617 or 14627234. OLE color: 14627234.
HSL color Cylindrical-coordinate representation of color #A231DF: hue angle of 278.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A231DF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 49 | 223 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.13 |
| HSL | 278.97º | 0.73% | 0.53% | - |
| HSV(B) | 278.97º | 0.78% | 0.87% | - |
| XYZ | 29.32 | 15.21 | 71.2 | - |
| YUV | 102.62 | 195.94 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 223 | 0.27 | 0.78 | 0 | 0.13 | 278.97 | 0.73 | 0.53 |
| Hex | A2 | 31 | DF | 1B | 4E | 0 | D | 117 | 49 | 35 |
| Octal | 242 | 61 | 337 | 33 | 116 | 0 | 15 | 427 | 111 | 65 |
| Binary | 10100010 | 110001 | 11011111 | 11011 | 1001110 | 0 | 1101 | 100010111 | 1001001 | 110101 |
Color Harmonies of #A231DF
Complementary color
Monochromatic Colors of #A231DF
Black with #A231DF
Text Example
Text Example
White with #A231DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A231DF; }
p { color: rgb(162,49,223); }
H1.HeaderClassName
{
color: #A231DF;
}
.AnyTagClassName
{
color: #A231DF;
}
</style>
background-color css
<style>
a { background-color: #A231DF; }
a { background-color: rgb(162,49,223); }
div.DivClassName
{
background-color: #A231DF;
}
.BgClassName
{
background-color: #A231DF;
}
</style>
border-color css
<style>
span { border-color: #A231DF; }
span { border-color: rgb(162,49,223); }
td.TdClassName
{
border-color: #A231DF;
}
.TagClassName
{
border-color: #A231DF;
}
</style>