Shades of Dark Orchid #A33DD7
Tints of Dark Orchid #A33DD7
RGB
CMYK
RGB Variations
Color information
#A33DD7 (or 0xA33DD7) is known color: Dark Orchid. HEX triplet: A3, 3D and D7. RGB value is (163,61,215). Sum of RGB (Red+Green+Blue) = 163+61+215=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #A33DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DD7 is #5CC228. Grayscale: #6C6C6C. Windows color (decimal): -6079017 or 14106019. OLE color: 14106019.
HSL color Cylindrical-coordinate representation of color #A33DD7: hue angle of 279.74º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33DD7 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 61 | 215 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.16 |
| HSL | 279.74º | 0.66% | 0.54% | - |
| HSV(B) | 279.74º | 0.72% | 0.84% | - |
| XYZ | 29.04 | 16.03 | 65.85 | - |
| YUV | 109.05 | 187.79 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 215 | 0.24 | 0.72 | 0 | 0.16 | 279.74 | 0.66 | 0.54 |
| Hex | A3 | 3D | D7 | 18 | 48 | 0 | 10 | 118 | 42 | 36 |
| Octal | 243 | 75 | 327 | 30 | 110 | 0 | 20 | 430 | 102 | 66 |
| Binary | 10100011 | 111101 | 11010111 | 11000 | 1001000 | 0 | 10000 | 100011000 | 1000010 | 110110 |
Color Harmonies of #A33DD7
Complementary color
Monochromatic Colors of #A33DD7
Black with #A33DD7
Text Example
Text Example
White with #A33DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DD7; }
p { color: rgb(163,61,215); }
H1.HeaderClassName
{
color: #A33DD7;
}
.AnyTagClassName
{
color: #A33DD7;
}
</style>
background-color css
<style>
a { background-color: #A33DD7; }
a { background-color: rgb(163,61,215); }
div.DivClassName
{
background-color: #A33DD7;
}
.BgClassName
{
background-color: #A33DD7;
}
</style>
border-color css
<style>
span { border-color: #A33DD7; }
span { border-color: rgb(163,61,215); }
td.TdClassName
{
border-color: #A33DD7;
}
.TagClassName
{
border-color: #A33DD7;
}
</style>