Shades of Dark Orchid #A33DDD
Tints of Dark Orchid #A33DDD
RGB
CMYK
RGB Variations
Color information
#A33DDD (or 0xA33DDD) is known color: Dark Orchid. HEX triplet: A3, 3D and DD. RGB value is (163,61,221). Sum of RGB (Red+Green+Blue) = 163+61+221=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #A33DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DDD is #5CC222. Grayscale: #6D6D6D. Windows color (decimal): -6079011 or 14499235. OLE color: 14499235.
HSL color Cylindrical-coordinate representation of color #A33DDD: hue angle of 278.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33DDD is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 61 | 221 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.13 |
| HSL | 278.25º | 0.7% | 0.55% | - |
| HSV(B) | 278.25º | 0.72% | 0.87% | - |
| XYZ | 29.82 | 16.34 | 69.99 | - |
| YUV | 109.74 | 190.79 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 221 | 0.26 | 0.72 | 0 | 0.13 | 278.25 | 0.7 | 0.55 |
| Hex | A3 | 3D | DD | 1A | 48 | 0 | D | 116 | 46 | 37 |
| Octal | 243 | 75 | 335 | 32 | 110 | 0 | 15 | 426 | 106 | 67 |
| Binary | 10100011 | 111101 | 11011101 | 11010 | 1001000 | 0 | 1101 | 100010110 | 1000110 | 110111 |
Color Harmonies of #A33DDD
Complementary color
Monochromatic Colors of #A33DDD
Black with #A33DDD
Text Example
Text Example
White with #A33DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DDD; }
p { color: rgb(163,61,221); }
H1.HeaderClassName
{
color: #A33DDD;
}
.AnyTagClassName
{
color: #A33DDD;
}
</style>
background-color css
<style>
a { background-color: #A33DDD; }
a { background-color: rgb(163,61,221); }
div.DivClassName
{
background-color: #A33DDD;
}
.BgClassName
{
background-color: #A33DDD;
}
</style>
border-color css
<style>
span { border-color: #A33DDD; }
span { border-color: rgb(163,61,221); }
td.TdClassName
{
border-color: #A33DDD;
}
.TagClassName
{
border-color: #A33DDD;
}
</style>