Shades of Dark Orchid #A33DBE
Tints of Dark Orchid #A33DBE
RGB
CMYK
RGB Variations
Color information
#A33DBE (or 0xA33DBE) is known color: Dark Orchid. HEX triplet: A3, 3D and BE. RGB value is (163,61,190). Sum of RGB (Red+Green+Blue) = 163+61+190=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #A33DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DBE is #5CC241. Grayscale: #696969. Windows color (decimal): -6079042 or 12467619. OLE color: 12467619.
HSL color Cylindrical-coordinate representation of color #A33DBE: hue angle of 287.44º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33DBE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 61 | 190 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.25 |
| HSL | 287.44º | 0.51% | 0.49% | - |
| HSV(B) | 287.44º | 0.68% | 0.75% | - |
| XYZ | 26.07 | 14.84 | 50.21 | - |
| YUV | 106.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 190 | 0.14 | 0.68 | 0 | 0.25 | 287.44 | 0.51 | 0.49 |
| Hex | A3 | 3D | BE | E | 44 | 0 | 19 | 11F | 33 | 31 |
| Octal | 243 | 75 | 276 | 16 | 104 | 0 | 31 | 437 | 63 | 61 |
| Binary | 10100011 | 111101 | 10111110 | 1110 | 1000100 | 0 | 11001 | 100011111 | 110011 | 110001 |
Color Harmonies of #A33DBE
Complementary color
Monochromatic Colors of #A33DBE
Black with #A33DBE
Text Example
Text Example
White with #A33DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DBE; }
p { color: rgb(163,61,190); }
H1.HeaderClassName
{
color: #A33DBE;
}
.AnyTagClassName
{
color: #A33DBE;
}
</style>
background-color css
<style>
a { background-color: #A33DBE; }
a { background-color: rgb(163,61,190); }
div.DivClassName
{
background-color: #A33DBE;
}
.BgClassName
{
background-color: #A33DBE;
}
</style>
border-color css
<style>
span { border-color: #A33DBE; }
span { border-color: rgb(163,61,190); }
td.TdClassName
{
border-color: #A33DBE;
}
.TagClassName
{
border-color: #A33DBE;
}
</style>