Shades of Dark Orchid #A33DBF
Tints of Dark Orchid #A33DBF
RGB
CMYK
RGB Variations
Color information
#A33DBF (or 0xA33DBF) is known color: Dark Orchid. HEX triplet: A3, 3D and BF. RGB value is (163,61,191). Sum of RGB (Red+Green+Blue) = 163+61+191=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #A33DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DBF is #5CC240. Grayscale: #696969. Windows color (decimal): -6079041 or 12533155. OLE color: 12533155.
HSL color Cylindrical-coordinate representation of color #A33DBF: hue angle of 287.08º degrees, saturation: 0.52, 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 #A33DBF is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 61 | 191 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.25 |
| HSL | 287.08º | 0.52% | 0.49% | - |
| HSV(B) | 287.08º | 0.68% | 0.75% | - |
| XYZ | 26.18 | 14.89 | 50.78 | - |
| YUV | 106.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 191 | 0.15 | 0.68 | 0 | 0.25 | 287.08 | 0.52 | 0.49 |
| Hex | A3 | 3D | BF | F | 44 | 0 | 19 | 11F | 34 | 31 |
| Octal | 243 | 75 | 277 | 17 | 104 | 0 | 31 | 437 | 64 | 61 |
| Binary | 10100011 | 111101 | 10111111 | 1111 | 1000100 | 0 | 11001 | 100011111 | 110100 | 110001 |
Color Harmonies of #A33DBF
Complementary color
Monochromatic Colors of #A33DBF
Black with #A33DBF
Text Example
Text Example
White with #A33DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DBF; }
p { color: rgb(163,61,191); }
H1.HeaderClassName
{
color: #A33DBF;
}
.AnyTagClassName
{
color: #A33DBF;
}
</style>
background-color css
<style>
a { background-color: #A33DBF; }
a { background-color: rgb(163,61,191); }
div.DivClassName
{
background-color: #A33DBF;
}
.BgClassName
{
background-color: #A33DBF;
}
</style>
border-color css
<style>
span { border-color: #A33DBF; }
span { border-color: rgb(163,61,191); }
td.TdClassName
{
border-color: #A33DBF;
}
.TagClassName
{
border-color: #A33DBF;
}
</style>