Shades of Dark Orchid #A33FC1
Tints of Dark Orchid #A33FC1
RGB
CMYK
RGB Variations
Color information
#A33FC1 (or 0xA33FC1) is known color: Dark Orchid. HEX triplet: A3, 3F and C1. RGB value is (163,63,193). Sum of RGB (Red+Green+Blue) = 163+63+193=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #A33FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FC1 is #5CC03E. Grayscale: #6B6B6B. Windows color (decimal): -6078527 or 12664739. OLE color: 12664739.
HSL color Cylindrical-coordinate representation of color #A33FC1: hue angle of 286.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33FC1 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 63 | 193 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.24 |
| HSL | 286.15º | 0.51% | 0.5% | - |
| HSV(B) | 286.15º | 0.67% | 0.76% | - |
| XYZ | 26.51 | 15.19 | 51.99 | - |
| YUV | 107.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 193 | 0.16 | 0.67 | 0 | 0.24 | 286.15 | 0.51 | 0.5 |
| Hex | A3 | 3F | C1 | 10 | 43 | 0 | 18 | 11E | 33 | 32 |
| Octal | 243 | 77 | 301 | 20 | 103 | 0 | 30 | 436 | 63 | 62 |
| Binary | 10100011 | 111111 | 11000001 | 10000 | 1000011 | 0 | 11000 | 100011110 | 110011 | 110010 |
Color Harmonies of #A33FC1
Complementary color
Monochromatic Colors of #A33FC1
Black with #A33FC1
Text Example
Text Example
White with #A33FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FC1; }
p { color: rgb(163,63,193); }
H1.HeaderClassName
{
color: #A33FC1;
}
.AnyTagClassName
{
color: #A33FC1;
}
</style>
background-color css
<style>
a { background-color: #A33FC1; }
a { background-color: rgb(163,63,193); }
div.DivClassName
{
background-color: #A33FC1;
}
.BgClassName
{
background-color: #A33FC1;
}
</style>
border-color css
<style>
span { border-color: #A33FC1; }
span { border-color: rgb(163,63,193); }
td.TdClassName
{
border-color: #A33FC1;
}
.TagClassName
{
border-color: #A33FC1;
}
</style>