Shades of Dark Orchid #A33DBD
Tints of Dark Orchid #A33DBD
RGB
CMYK
RGB Variations
Color information
#A33DBD (or 0xA33DBD) is known color: Dark Orchid. HEX triplet: A3, 3D and BD. RGB value is (163,61,189). Sum of RGB (Red+Green+Blue) = 163+61+189=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #A33DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DBD is #5CC242. Grayscale: #696969. Windows color (decimal): -6079043 or 12402083. OLE color: 12402083.
HSL color Cylindrical-coordinate representation of color #A33DBD: hue angle of 287.81º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33DBD is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 61 | 189 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.26 |
| HSL | 287.81º | 0.51% | 0.49% | - |
| HSV(B) | 287.81º | 0.68% | 0.74% | - |
| XYZ | 25.96 | 14.8 | 49.63 | - |
| YUV | 106.09 | 174.79 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 189 | 0.14 | 0.68 | 0 | 0.26 | 287.81 | 0.51 | 0.49 |
| Hex | A3 | 3D | BD | E | 44 | 0 | 1A | 120 | 33 | 31 |
| Octal | 243 | 75 | 275 | 16 | 104 | 0 | 32 | 440 | 63 | 61 |
| Binary | 10100011 | 111101 | 10111101 | 1110 | 1000100 | 0 | 11010 | 100100000 | 110011 | 110001 |
Color Harmonies of #A33DBD
Complementary color
Monochromatic Colors of #A33DBD
Black with #A33DBD
Text Example
Text Example
White with #A33DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DBD; }
p { color: rgb(163,61,189); }
H1.HeaderClassName
{
color: #A33DBD;
}
.AnyTagClassName
{
color: #A33DBD;
}
</style>
background-color css
<style>
a { background-color: #A33DBD; }
a { background-color: rgb(163,61,189); }
div.DivClassName
{
background-color: #A33DBD;
}
.BgClassName
{
background-color: #A33DBD;
}
</style>
border-color css
<style>
span { border-color: #A33DBD; }
span { border-color: rgb(163,61,189); }
td.TdClassName
{
border-color: #A33DBD;
}
.TagClassName
{
border-color: #A33DBD;
}
</style>