Shades of Dark Orchid #A336DB
Tints of Dark Orchid #A336DB
RGB
CMYK
RGB Variations
Color information
#A336DB (or 0xA336DB) is known color: Dark Orchid. HEX triplet: A3, 36 and DB. RGB value is (163,54,219). Sum of RGB (Red+Green+Blue) = 163+54+219=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #A336DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336DB is #5CC924. Grayscale: #686868. Windows color (decimal): -6080805 or 14366371. OLE color: 14366371.
HSL color Cylindrical-coordinate representation of color #A336DB: hue angle of 279.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A336DB is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 54 | 219 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.14 |
| HSL | 279.64º | 0.7% | 0.54% | - |
| HSV(B) | 279.64º | 0.75% | 0.86% | - |
| XYZ | 29.21 | 15.54 | 68.48 | - |
| YUV | 105.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 219 | 0.26 | 0.75 | 0 | 0.14 | 279.64 | 0.7 | 0.54 |
| Hex | A3 | 36 | DB | 1A | 4B | 0 | E | 118 | 46 | 36 |
| Octal | 243 | 66 | 333 | 32 | 113 | 0 | 16 | 430 | 106 | 66 |
| Binary | 10100011 | 110110 | 11011011 | 11010 | 1001011 | 0 | 1110 | 100011000 | 1000110 | 110110 |
Color Harmonies of #A336DB
Complementary color
Monochromatic Colors of #A336DB
Black with #A336DB
Text Example
Text Example
White with #A336DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A336DB; }
p { color: rgb(163,54,219); }
H1.HeaderClassName
{
color: #A336DB;
}
.AnyTagClassName
{
color: #A336DB;
}
</style>
background-color css
<style>
a { background-color: #A336DB; }
a { background-color: rgb(163,54,219); }
div.DivClassName
{
background-color: #A336DB;
}
.BgClassName
{
background-color: #A336DB;
}
</style>
border-color css
<style>
span { border-color: #A336DB; }
span { border-color: rgb(163,54,219); }
td.TdClassName
{
border-color: #A336DB;
}
.TagClassName
{
border-color: #A336DB;
}
</style>