Shades of Dark Orchid #A230CB
Tints of Dark Orchid #A230CB
RGB
CMYK
RGB Variations
Color information
#A230CB (or 0xA230CB) is known color: Dark Orchid. HEX triplet: A2, 30 and CB. RGB value is (162,48,203). Sum of RGB (Red+Green+Blue) = 162+48+203=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #A230CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A230CB is #5DCF34. Grayscale: #636363. Windows color (decimal): -6147893 or 13316258. OLE color: 13316258.
HSL color Cylindrical-coordinate representation of color #A230CB: hue angle of 284.13º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A230CB is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 48 | 203 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.20 |
| HSL | 284.13º | 0.62% | 0.49% | - |
| HSV(B) | 284.13º | 0.76% | 0.8% | - |
| XYZ | 26.74 | 14.11 | 57.81 | - |
| YUV | 99.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 203 | 0.20 | 0.76 | 0 | 0.20 | 284.13 | 0.62 | 0.49 |
| Hex | A2 | 30 | CB | 14 | 4C | 0 | 14 | 11C | 3E | 31 |
| Octal | 242 | 60 | 313 | 24 | 114 | 0 | 24 | 434 | 76 | 61 |
| Binary | 10100010 | 110000 | 11001011 | 10100 | 1001100 | 0 | 10100 | 100011100 | 111110 | 110001 |
Color Harmonies of #A230CB
Complementary color
Monochromatic Colors of #A230CB
Black with #A230CB
Text Example
Text Example
White with #A230CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A230CB; }
p { color: rgb(162,48,203); }
H1.HeaderClassName
{
color: #A230CB;
}
.AnyTagClassName
{
color: #A230CB;
}
</style>
background-color css
<style>
a { background-color: #A230CB; }
a { background-color: rgb(162,48,203); }
div.DivClassName
{
background-color: #A230CB;
}
.BgClassName
{
background-color: #A230CB;
}
</style>
border-color css
<style>
span { border-color: #A230CB; }
span { border-color: rgb(162,48,203); }
td.TdClassName
{
border-color: #A230CB;
}
.TagClassName
{
border-color: #A230CB;
}
</style>