Shades of Dark Orchid #A236BE
Tints of Dark Orchid #A236BE
RGB
CMYK
RGB Variations
Color information
#A236BE (or 0xA236BE) is known color: Dark Orchid. HEX triplet: A2, 36 and BE. RGB value is (162,54,190). Sum of RGB (Red+Green+Blue) = 162+54+190=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #A236BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236BE is #5DC941. Grayscale: #656565. Windows color (decimal): -6146370 or 12465826. OLE color: 12465826.
HSL color Cylindrical-coordinate representation of color #A236BE: hue angle of 287.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A236BE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 54 | 190 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.25 |
| HSL | 287.65º | 0.56% | 0.48% | - |
| HSV(B) | 287.65º | 0.72% | 0.75% | - |
| XYZ | 25.51 | 14.04 | 50.08 | - |
| YUV | 101.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 190 | 0.15 | 0.72 | 0 | 0.25 | 287.65 | 0.56 | 0.48 |
| Hex | A2 | 36 | BE | F | 48 | 0 | 19 | 120 | 38 | 30 |
| Octal | 242 | 66 | 276 | 17 | 110 | 0 | 31 | 440 | 70 | 60 |
| Binary | 10100010 | 110110 | 10111110 | 1111 | 1001000 | 0 | 11001 | 100100000 | 111000 | 110000 |
Color Harmonies of #A236BE
Complementary color
Monochromatic Colors of #A236BE
Black with #A236BE
Text Example
Text Example
White with #A236BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236BE; }
p { color: rgb(162,54,190); }
H1.HeaderClassName
{
color: #A236BE;
}
.AnyTagClassName
{
color: #A236BE;
}
</style>
background-color css
<style>
a { background-color: #A236BE; }
a { background-color: rgb(162,54,190); }
div.DivClassName
{
background-color: #A236BE;
}
.BgClassName
{
background-color: #A236BE;
}
</style>
border-color css
<style>
span { border-color: #A236BE; }
span { border-color: rgb(162,54,190); }
td.TdClassName
{
border-color: #A236BE;
}
.TagClassName
{
border-color: #A236BE;
}
</style>