Shades of Dark Orchid #A230BE
Tints of Dark Orchid #A230BE
RGB
CMYK
RGB Variations
Color information
#A230BE (or 0xA230BE) is known color: Dark Orchid. HEX triplet: A2, 30 and BE. RGB value is (162,48,190). Sum of RGB (Red+Green+Blue) = 162+48+190=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #A230BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A230BE is #5DCF41. Grayscale: #616161. Windows color (decimal): -6147906 or 12464290. OLE color: 12464290.
HSL color Cylindrical-coordinate representation of color #A230BE: hue angle of 288.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A230BE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 48 | 190 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.25 |
| HSL | 288.17º | 0.6% | 0.47% | - |
| HSV(B) | 288.17º | 0.75% | 0.75% | - |
| XYZ | 25.25 | 13.51 | 49.99 | - |
| YUV | 98.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 190 | 0.15 | 0.75 | 0 | 0.25 | 288.17 | 0.6 | 0.47 |
| Hex | A2 | 30 | BE | F | 4B | 0 | 19 | 120 | 3C | 2F |
| Octal | 242 | 60 | 276 | 17 | 113 | 0 | 31 | 440 | 74 | 57 |
| Binary | 10100010 | 110000 | 10111110 | 1111 | 1001011 | 0 | 11001 | 100100000 | 111100 | 101111 |
Color Harmonies of #A230BE
Complementary color
Monochromatic Colors of #A230BE
Black with #A230BE
Text Example
Text Example
White with #A230BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A230BE; }
p { color: rgb(162,48,190); }
H1.HeaderClassName
{
color: #A230BE;
}
.AnyTagClassName
{
color: #A230BE;
}
</style>
background-color css
<style>
a { background-color: #A230BE; }
a { background-color: rgb(162,48,190); }
div.DivClassName
{
background-color: #A230BE;
}
.BgClassName
{
background-color: #A230BE;
}
</style>
border-color css
<style>
span { border-color: #A230BE; }
span { border-color: rgb(162,48,190); }
td.TdClassName
{
border-color: #A230BE;
}
.TagClassName
{
border-color: #A230BE;
}
</style>