Shades of Dark Orchid #A336CD
Tints of Dark Orchid #A336CD
RGB
CMYK
RGB Variations
Color information
#A336CD (or 0xA336CD) is known color: Dark Orchid. HEX triplet: A3, 36 and CD. RGB value is (163,54,205). Sum of RGB (Red+Green+Blue) = 163+54+205=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #A336CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336CD is #5CC932. Grayscale: #676767. Windows color (decimal): -6080819 or 13448867. OLE color: 13448867.
HSL color Cylindrical-coordinate representation of color #A336CD: hue angle of 283.31º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A336CD is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 54 | 205 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.20 |
| HSL | 283.31º | 0.6% | 0.51% | - |
| HSV(B) | 283.31º | 0.74% | 0.8% | - |
| XYZ | 27.44 | 14.83 | 59.17 | - |
| YUV | 103.81 | 185.11 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 205 | 0.20 | 0.74 | 0 | 0.20 | 283.31 | 0.6 | 0.51 |
| Hex | A3 | 36 | CD | 14 | 4A | 0 | 14 | 11B | 3C | 33 |
| Octal | 243 | 66 | 315 | 24 | 112 | 0 | 24 | 433 | 74 | 63 |
| Binary | 10100011 | 110110 | 11001101 | 10100 | 1001010 | 0 | 10100 | 100011011 | 111100 | 110011 |
Color Harmonies of #A336CD
Complementary color
Monochromatic Colors of #A336CD
Black with #A336CD
Text Example
Text Example
White with #A336CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A336CD; }
p { color: rgb(163,54,205); }
H1.HeaderClassName
{
color: #A336CD;
}
.AnyTagClassName
{
color: #A336CD;
}
</style>
background-color css
<style>
a { background-color: #A336CD; }
a { background-color: rgb(163,54,205); }
div.DivClassName
{
background-color: #A336CD;
}
.BgClassName
{
background-color: #A336CD;
}
</style>
border-color css
<style>
span { border-color: #A336CD; }
span { border-color: rgb(163,54,205); }
td.TdClassName
{
border-color: #A336CD;
}
.TagClassName
{
border-color: #A336CD;
}
</style>