Shades of Dark Orchid #A33FD7
Tints of Dark Orchid #A33FD7
RGB
CMYK
RGB Variations
Color information
#A33FD7 (or 0xA33FD7) is known color: Dark Orchid. HEX triplet: A3, 3F and D7. RGB value is (163,63,215). Sum of RGB (Red+Green+Blue) = 163+63+215=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #A33FD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FD7 is #5CC028. Grayscale: #6D6D6D. Windows color (decimal): -6078505 or 14106531. OLE color: 14106531.
HSL color Cylindrical-coordinate representation of color #A33FD7: hue angle of 279.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33FD7 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 63 | 215 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.16 |
| HSL | 279.47º | 0.66% | 0.55% | - |
| HSV(B) | 279.47º | 0.71% | 0.84% | - |
| XYZ | 29.15 | 16.25 | 65.89 | - |
| YUV | 110.23 | 187.13 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 215 | 0.24 | 0.71 | 0 | 0.16 | 279.47 | 0.66 | 0.55 |
| Hex | A3 | 3F | D7 | 18 | 47 | 0 | 10 | 117 | 42 | 37 |
| Octal | 243 | 77 | 327 | 30 | 107 | 0 | 20 | 427 | 102 | 67 |
| Binary | 10100011 | 111111 | 11010111 | 11000 | 1000111 | 0 | 10000 | 100010111 | 1000010 | 110111 |
Color Harmonies of #A33FD7
Complementary color
Monochromatic Colors of #A33FD7
Black with #A33FD7
Text Example
Text Example
White with #A33FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FD7; }
p { color: rgb(163,63,215); }
H1.HeaderClassName
{
color: #A33FD7;
}
.AnyTagClassName
{
color: #A33FD7;
}
</style>
background-color css
<style>
a { background-color: #A33FD7; }
a { background-color: rgb(163,63,215); }
div.DivClassName
{
background-color: #A33FD7;
}
.BgClassName
{
background-color: #A33FD7;
}
</style>
border-color css
<style>
span { border-color: #A33FD7; }
span { border-color: rgb(163,63,215); }
td.TdClassName
{
border-color: #A33FD7;
}
.TagClassName
{
border-color: #A33FD7;
}
</style>