Shades of Dark Orchid #A33FBD
Tints of Dark Orchid #A33FBD
RGB
CMYK
RGB Variations
Color information
#A33FBD (or 0xA33FBD) is known color: Dark Orchid. HEX triplet: A3, 3F and BD. RGB value is (163,63,189). Sum of RGB (Red+Green+Blue) = 163+63+189=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #A33FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FBD is #5CC042. Grayscale: #6A6A6A. Windows color (decimal): -6078531 or 12402595. OLE color: 12402595.
HSL color Cylindrical-coordinate representation of color #A33FBD: hue angle of 287.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33FBD is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 63 | 189 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.26 |
| HSL | 287.62º | 0.5% | 0.49% | - |
| HSV(B) | 287.62º | 0.67% | 0.74% | - |
| XYZ | 26.07 | 15.02 | 49.67 | - |
| YUV | 107.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 189 | 0.14 | 0.67 | 0 | 0.26 | 287.62 | 0.5 | 0.49 |
| Hex | A3 | 3F | BD | E | 43 | 0 | 1A | 120 | 32 | 31 |
| Octal | 243 | 77 | 275 | 16 | 103 | 0 | 32 | 440 | 62 | 61 |
| Binary | 10100011 | 111111 | 10111101 | 1110 | 1000011 | 0 | 11010 | 100100000 | 110010 | 110001 |
Color Harmonies of #A33FBD
Complementary color
Monochromatic Colors of #A33FBD
Black with #A33FBD
Text Example
Text Example
White with #A33FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FBD; }
p { color: rgb(163,63,189); }
H1.HeaderClassName
{
color: #A33FBD;
}
.AnyTagClassName
{
color: #A33FBD;
}
</style>
background-color css
<style>
a { background-color: #A33FBD; }
a { background-color: rgb(163,63,189); }
div.DivClassName
{
background-color: #A33FBD;
}
.BgClassName
{
background-color: #A33FBD;
}
</style>
border-color css
<style>
span { border-color: #A33FBD; }
span { border-color: rgb(163,63,189); }
td.TdClassName
{
border-color: #A33FBD;
}
.TagClassName
{
border-color: #A33FBD;
}
</style>