Shades of Dark Orchid #A336CB
Tints of Dark Orchid #A336CB
RGB
CMYK
RGB Variations
Color information
#A336CB (or 0xA336CB) is known color: Dark Orchid. HEX triplet: A3, 36 and CB. RGB value is (163,54,203). Sum of RGB (Red+Green+Blue) = 163+54+203=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #A336CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336CB is #5CC934. Grayscale: #676767. Windows color (decimal): -6080821 or 13317795. OLE color: 13317795.
HSL color Cylindrical-coordinate representation of color #A336CB: hue angle of 283.89º 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 #A336CB is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 54 | 203 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.20 |
| HSL | 283.89º | 0.59% | 0.5% | - |
| HSV(B) | 283.89º | 0.73% | 0.8% | - |
| XYZ | 27.2 | 14.74 | 57.91 | - |
| YUV | 103.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 203 | 0.20 | 0.73 | 0 | 0.20 | 283.89 | 0.59 | 0.5 |
| Hex | A3 | 36 | CB | 14 | 49 | 0 | 14 | 11C | 3B | 32 |
| Octal | 243 | 66 | 313 | 24 | 111 | 0 | 24 | 434 | 73 | 62 |
| Binary | 10100011 | 110110 | 11001011 | 10100 | 1001001 | 0 | 10100 | 100011100 | 111011 | 110010 |
Color Harmonies of #A336CB
Complementary color
Monochromatic Colors of #A336CB
Black with #A336CB
Text Example
Text Example
White with #A336CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A336CB; }
p { color: rgb(163,54,203); }
H1.HeaderClassName
{
color: #A336CB;
}
.AnyTagClassName
{
color: #A336CB;
}
</style>
background-color css
<style>
a { background-color: #A336CB; }
a { background-color: rgb(163,54,203); }
div.DivClassName
{
background-color: #A336CB;
}
.BgClassName
{
background-color: #A336CB;
}
</style>
border-color css
<style>
span { border-color: #A336CB; }
span { border-color: rgb(163,54,203); }
td.TdClassName
{
border-color: #A336CB;
}
.TagClassName
{
border-color: #A336CB;
}
</style>