Shades of Dark Orchid #A33BDC
Tints of Dark Orchid #A33BDC
RGB
CMYK
RGB Variations
Color information
#A33BDC (or 0xA33BDC) is known color: Dark Orchid. HEX triplet: A3, 3B and DC. RGB value is (163,59,220). Sum of RGB (Red+Green+Blue) = 163+59+220=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #A33BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BDC is #5CC423. Grayscale: #6B6B6B. Windows color (decimal): -6079524 or 14433187. OLE color: 14433187.
HSL color Cylindrical-coordinate representation of color #A33BDC: hue angle of 278.76º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33BDC is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 59 | 220 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.14 |
| HSL | 278.76º | 0.7% | 0.55% | - |
| HSV(B) | 278.76º | 0.73% | 0.86% | - |
| XYZ | 29.59 | 16.08 | 69.25 | - |
| YUV | 108.45 | 190.96 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 220 | 0.26 | 0.73 | 0 | 0.14 | 278.76 | 0.7 | 0.55 |
| Hex | A3 | 3B | DC | 1A | 49 | 0 | E | 117 | 46 | 37 |
| Octal | 243 | 73 | 334 | 32 | 111 | 0 | 16 | 427 | 106 | 67 |
| Binary | 10100011 | 111011 | 11011100 | 11010 | 1001001 | 0 | 1110 | 100010111 | 1000110 | 110111 |
Color Harmonies of #A33BDC
Complementary color
Monochromatic Colors of #A33BDC
Black with #A33BDC
Text Example
Text Example
White with #A33BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BDC; }
p { color: rgb(163,59,220); }
H1.HeaderClassName
{
color: #A33BDC;
}
.AnyTagClassName
{
color: #A33BDC;
}
</style>
background-color css
<style>
a { background-color: #A33BDC; }
a { background-color: rgb(163,59,220); }
div.DivClassName
{
background-color: #A33BDC;
}
.BgClassName
{
background-color: #A33BDC;
}
</style>
border-color css
<style>
span { border-color: #A33BDC; }
span { border-color: rgb(163,59,220); }
td.TdClassName
{
border-color: #A33BDC;
}
.TagClassName
{
border-color: #A33BDC;
}
</style>