Shades of Dark Orchid #A236CB
Tints of Dark Orchid #A236CB
RGB
CMYK
RGB Variations
Color information
#A236CB (or 0xA236CB) is known color: Dark Orchid. HEX triplet: A2, 36 and CB. RGB value is (162,54,203). Sum of RGB (Red+Green+Blue) = 162+54+203=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #A236CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236CB is #5DC934. Grayscale: #666666. Windows color (decimal): -6146357 or 13317794. OLE color: 13317794.
HSL color Cylindrical-coordinate representation of color #A236CB: hue angle of 283.49º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A236CB is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 54 | 203 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.20 |
| HSL | 283.49º | 0.59% | 0.5% | - |
| HSV(B) | 283.49º | 0.73% | 0.8% | - |
| XYZ | 27 | 14.63 | 57.9 | - |
| YUV | 103.28 | 184.28 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 203 | 0.20 | 0.73 | 0 | 0.20 | 283.49 | 0.59 | 0.5 |
| Hex | A2 | 36 | CB | 14 | 49 | 0 | 14 | 11B | 3B | 32 |
| Octal | 242 | 66 | 313 | 24 | 111 | 0 | 24 | 433 | 73 | 62 |
| Binary | 10100010 | 110110 | 11001011 | 10100 | 1001001 | 0 | 10100 | 100011011 | 111011 | 110010 |
Color Harmonies of #A236CB
Complementary color
Monochromatic Colors of #A236CB
Black with #A236CB
Text Example
Text Example
White with #A236CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236CB; }
p { color: rgb(162,54,203); }
H1.HeaderClassName
{
color: #A236CB;
}
.AnyTagClassName
{
color: #A236CB;
}
</style>
background-color css
<style>
a { background-color: #A236CB; }
a { background-color: rgb(162,54,203); }
div.DivClassName
{
background-color: #A236CB;
}
.BgClassName
{
background-color: #A236CB;
}
</style>
border-color css
<style>
span { border-color: #A236CB; }
span { border-color: rgb(162,54,203); }
td.TdClassName
{
border-color: #A236CB;
}
.TagClassName
{
border-color: #A236CB;
}
</style>