Shades of Dark Orchid #A233C5
Tints of Dark Orchid #A233C5
RGB
CMYK
RGB Variations
Color information
#A233C5 (or 0xA233C5) is known color: Dark Orchid. HEX triplet: A2, 33 and C5. RGB value is (162,51,197). Sum of RGB (Red+Green+Blue) = 162+51+197=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #A233C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233C5 is #5DCC3A. Grayscale: #646464. Windows color (decimal): -6147131 or 12923810. OLE color: 12923810.
HSL color Cylindrical-coordinate representation of color #A233C5: hue angle of 285.62º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A233C5 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 51 | 197 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.23 |
| HSL | 285.62º | 0.59% | 0.49% | - |
| HSV(B) | 285.62º | 0.74% | 0.77% | - |
| XYZ | 26.16 | 14.08 | 54.16 | - |
| YUV | 100.83 | 182.27 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 197 | 0.18 | 0.74 | 0 | 0.23 | 285.62 | 0.59 | 0.49 |
| Hex | A2 | 33 | C5 | 12 | 4A | 0 | 17 | 11E | 3B | 31 |
| Octal | 242 | 63 | 305 | 22 | 112 | 0 | 27 | 436 | 73 | 61 |
| Binary | 10100010 | 110011 | 11000101 | 10010 | 1001010 | 0 | 10111 | 100011110 | 111011 | 110001 |
Color Harmonies of #A233C5
Complementary color
Monochromatic Colors of #A233C5
Black with #A233C5
Text Example
Text Example
White with #A233C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A233C5; }
p { color: rgb(162,51,197); }
H1.HeaderClassName
{
color: #A233C5;
}
.AnyTagClassName
{
color: #A233C5;
}
</style>
background-color css
<style>
a { background-color: #A233C5; }
a { background-color: rgb(162,51,197); }
div.DivClassName
{
background-color: #A233C5;
}
.BgClassName
{
background-color: #A233C5;
}
</style>
border-color css
<style>
span { border-color: #A233C5; }
span { border-color: rgb(162,51,197); }
td.TdClassName
{
border-color: #A233C5;
}
.TagClassName
{
border-color: #A233C5;
}
</style>