Shades of Dark Orchid #A230DF
Tints of Dark Orchid #A230DF
RGB
CMYK
RGB Variations
Color information
#A230DF (or 0xA230DF) is known color: Dark Orchid. HEX triplet: A2, 30 and DF. RGB value is (162,48,223). Sum of RGB (Red+Green+Blue) = 162+48+223=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #A230DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A230DF is #5DCF20. Grayscale: #656565. Windows color (decimal): -6147873 or 14626978. OLE color: 14626978.
HSL color Cylindrical-coordinate representation of color #A230DF: hue angle of 279.09º 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 #A230DF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 48 | 223 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.13 |
| HSL | 279.09º | 0.73% | 0.53% | - |
| HSV(B) | 279.09º | 0.78% | 0.87% | - |
| XYZ | 29.28 | 15.12 | 71.19 | - |
| YUV | 102.04 | 196.27 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 223 | 0.27 | 0.78 | 0 | 0.13 | 279.09 | 0.73 | 0.53 |
| Hex | A2 | 30 | DF | 1B | 4E | 0 | D | 117 | 49 | 35 |
| Octal | 242 | 60 | 337 | 33 | 116 | 0 | 15 | 427 | 111 | 65 |
| Binary | 10100010 | 110000 | 11011111 | 11011 | 1001110 | 0 | 1101 | 100010111 | 1001001 | 110101 |
Color Harmonies of #A230DF
Complementary color
Monochromatic Colors of #A230DF
Black with #A230DF
Text Example
Text Example
White with #A230DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A230DF; }
p { color: rgb(162,48,223); }
H1.HeaderClassName
{
color: #A230DF;
}
.AnyTagClassName
{
color: #A230DF;
}
</style>
background-color css
<style>
a { background-color: #A230DF; }
a { background-color: rgb(162,48,223); }
div.DivClassName
{
background-color: #A230DF;
}
.BgClassName
{
background-color: #A230DF;
}
</style>
border-color css
<style>
span { border-color: #A230DF; }
span { border-color: rgb(162,48,223); }
td.TdClassName
{
border-color: #A230DF;
}
.TagClassName
{
border-color: #A230DF;
}
</style>