Shades of Dark Orchid #A230B2
Tints of Dark Orchid #A230B2
RGB
CMYK
RGB Variations
Color information
#A230B2 (or 0xA230B2) is known color: Dark Orchid. HEX triplet: A2, 30 and B2. RGB value is (162,48,178). Sum of RGB (Red+Green+Blue) = 162+48+178=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #A230B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A230B2 is #5DCF4D. Grayscale: #606060. Windows color (decimal): -6147918 or 11677858. OLE color: 11677858.
HSL color Cylindrical-coordinate representation of color #A230B2: hue angle of 292.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A230B2 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 48 | 178 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.30 |
| HSL | 292.62º | 0.58% | 0.44% | - |
| HSV(B) | 292.62º | 0.73% | 0.7% | - |
| XYZ | 23.99 | 13.01 | 43.37 | - |
| YUV | 96.91 | 173.77 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 178 | 0.09 | 0.73 | 0 | 0.30 | 292.62 | 0.58 | 0.44 |
| Hex | A2 | 30 | B2 | 9 | 49 | 0 | 1E | 125 | 3A | 2C |
| Octal | 242 | 60 | 262 | 11 | 111 | 0 | 36 | 445 | 72 | 54 |
| Binary | 10100010 | 110000 | 10110010 | 1001 | 1001001 | 0 | 11110 | 100100101 | 111010 | 101100 |
Color Harmonies of #A230B2
Complementary color
Monochromatic Colors of #A230B2
Black with #A230B2
Text Example
Text Example
White with #A230B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A230B2; }
p { color: rgb(162,48,178); }
H1.HeaderClassName
{
color: #A230B2;
}
.AnyTagClassName
{
color: #A230B2;
}
</style>
background-color css
<style>
a { background-color: #A230B2; }
a { background-color: rgb(162,48,178); }
div.DivClassName
{
background-color: #A230B2;
}
.BgClassName
{
background-color: #A230B2;
}
</style>
border-color css
<style>
span { border-color: #A230B2; }
span { border-color: rgb(162,48,178); }
td.TdClassName
{
border-color: #A230B2;
}
.TagClassName
{
border-color: #A230B2;
}
</style>