Shades of Dark Orchid #A336DD
Tints of Dark Orchid #A336DD
RGB
CMYK
RGB Variations
Color information
#A336DD (or 0xA336DD) is known color: Dark Orchid. HEX triplet: A3, 36 and DD. RGB value is (163,54,221). Sum of RGB (Red+Green+Blue) = 163+54+221=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #A336DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336DD is #5CC922. Grayscale: #696969. Windows color (decimal): -6080803 or 14497443. OLE color: 14497443.
HSL color Cylindrical-coordinate representation of color #A336DD: hue angle of 279.16º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A336DD is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 54 | 221 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.13 |
| HSL | 279.16º | 0.71% | 0.54% | - |
| HSV(B) | 279.16º | 0.76% | 0.87% | - |
| XYZ | 29.47 | 15.65 | 69.87 | - |
| YUV | 105.63 | 193.11 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 221 | 0.26 | 0.76 | 0 | 0.13 | 279.16 | 0.71 | 0.54 |
| Hex | A3 | 36 | DD | 1A | 4C | 0 | D | 117 | 47 | 36 |
| Octal | 243 | 66 | 335 | 32 | 114 | 0 | 15 | 427 | 107 | 66 |
| Binary | 10100011 | 110110 | 11011101 | 11010 | 1001100 | 0 | 1101 | 100010111 | 1000111 | 110110 |
Color Harmonies of #A336DD
Complementary color
Monochromatic Colors of #A336DD
Black with #A336DD
Text Example
Text Example
White with #A336DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A336DD; }
p { color: rgb(163,54,221); }
H1.HeaderClassName
{
color: #A336DD;
}
.AnyTagClassName
{
color: #A336DD;
}
</style>
background-color css
<style>
a { background-color: #A336DD; }
a { background-color: rgb(163,54,221); }
div.DivClassName
{
background-color: #A336DD;
}
.BgClassName
{
background-color: #A336DD;
}
</style>
border-color css
<style>
span { border-color: #A336DD; }
span { border-color: rgb(163,54,221); }
td.TdClassName
{
border-color: #A336DD;
}
.TagClassName
{
border-color: #A336DD;
}
</style>