Shades of Dark Orchid #A233BF
Tints of Dark Orchid #A233BF
RGB
CMYK
RGB Variations
Color information
#A233BF (or 0xA233BF) is known color: Dark Orchid. HEX triplet: A2, 33 and BF. RGB value is (162,51,191). Sum of RGB (Red+Green+Blue) = 162+51+191=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #A233BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233BF is #5DCC40. Grayscale: #636363. Windows color (decimal): -6147137 or 12530594. OLE color: 12530594.
HSL color Cylindrical-coordinate representation of color #A233BF: hue angle of 287.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A233BF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 51 | 191 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.25 |
| HSL | 287.57º | 0.58% | 0.47% | - |
| HSV(B) | 287.57º | 0.73% | 0.75% | - |
| XYZ | 25.49 | 13.81 | 50.61 | - |
| YUV | 100.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 191 | 0.15 | 0.73 | 0 | 0.25 | 287.57 | 0.58 | 0.47 |
| Hex | A2 | 33 | BF | F | 49 | 0 | 19 | 120 | 3A | 2F |
| Octal | 242 | 63 | 277 | 17 | 111 | 0 | 31 | 440 | 72 | 57 |
| Binary | 10100010 | 110011 | 10111111 | 1111 | 1001001 | 0 | 11001 | 100100000 | 111010 | 101111 |
Color Harmonies of #A233BF
Complementary color
Monochromatic Colors of #A233BF
Black with #A233BF
Text Example
Text Example
White with #A233BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A233BF; }
p { color: rgb(162,51,191); }
H1.HeaderClassName
{
color: #A233BF;
}
.AnyTagClassName
{
color: #A233BF;
}
</style>
background-color css
<style>
a { background-color: #A233BF; }
a { background-color: rgb(162,51,191); }
div.DivClassName
{
background-color: #A233BF;
}
.BgClassName
{
background-color: #A233BF;
}
</style>
border-color css
<style>
span { border-color: #A233BF; }
span { border-color: rgb(162,51,191); }
td.TdClassName
{
border-color: #A233BF;
}
.TagClassName
{
border-color: #A233BF;
}
</style>