Shades of Dark Orchid #A246CB
Tints of Dark Orchid #A246CB
RGB
CMYK
RGB Variations
Color information
#A246CB (or 0xA246CB) is known color: Dark Orchid. HEX triplet: A2, 46 and CB. RGB value is (162,70,203). Sum of RGB (Red+Green+Blue) = 162+70+203=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #A246CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A246CB is #5DB934. Grayscale: #707070. Windows color (decimal): -6142261 or 13321890. OLE color: 13321890.
HSL color Cylindrical-coordinate representation of color #A246CB: hue angle of 281.5º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A246CB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 70 | 203 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.20 |
| HSL | 281.5º | 0.56% | 0.54% | - |
| HSV(B) | 281.5º | 0.66% | 0.8% | - |
| XYZ | 27.87 | 16.37 | 58.19 | - |
| YUV | 112.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 203 | 0.20 | 0.66 | 0 | 0.20 | 281.5 | 0.56 | 0.54 |
| Hex | A2 | 46 | CB | 14 | 42 | 0 | 14 | 11A | 38 | 36 |
| Octal | 242 | 106 | 313 | 24 | 102 | 0 | 24 | 432 | 70 | 66 |
| Binary | 10100010 | 1000110 | 11001011 | 10100 | 1000010 | 0 | 10100 | 100011010 | 111000 | 110110 |
Color Harmonies of #A246CB
Complementary color
Monochromatic Colors of #A246CB
Black with #A246CB
Text Example
Text Example
White with #A246CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A246CB; }
p { color: rgb(162,70,203); }
H1.HeaderClassName
{
color: #A246CB;
}
.AnyTagClassName
{
color: #A246CB;
}
</style>
background-color css
<style>
a { background-color: #A246CB; }
a { background-color: rgb(162,70,203); }
div.DivClassName
{
background-color: #A246CB;
}
.BgClassName
{
background-color: #A246CB;
}
</style>
border-color css
<style>
span { border-color: #A246CB; }
span { border-color: rgb(162,70,203); }
td.TdClassName
{
border-color: #A246CB;
}
.TagClassName
{
border-color: #A246CB;
}
</style>