Shades of Dark Orchid #A33BCF
Tints of Dark Orchid #A33BCF
RGB
CMYK
RGB Variations
Color information
#A33BCF (or 0xA33BCF) is known color: Dark Orchid. HEX triplet: A3, 3B and CF. RGB value is (163,59,207). Sum of RGB (Red+Green+Blue) = 163+59+207=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #A33BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BCF is #5CC430. Grayscale: #6A6A6A. Windows color (decimal): -6079537 or 13581219. OLE color: 13581219.
HSL color Cylindrical-coordinate representation of color #A33BCF: hue angle of 282.16º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33BCF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 59 | 207 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.19 |
| HSL | 282.16º | 0.61% | 0.52% | - |
| HSV(B) | 282.16º | 0.71% | 0.81% | - |
| XYZ | 27.93 | 15.42 | 60.54 | - |
| YUV | 106.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 207 | 0.21 | 0.71 | 0 | 0.19 | 282.16 | 0.61 | 0.52 |
| Hex | A3 | 3B | CF | 15 | 47 | 0 | 13 | 11A | 3D | 34 |
| Octal | 243 | 73 | 317 | 25 | 107 | 0 | 23 | 432 | 75 | 64 |
| Binary | 10100011 | 111011 | 11001111 | 10101 | 1000111 | 0 | 10011 | 100011010 | 111101 | 110100 |
Color Harmonies of #A33BCF
Complementary color
Monochromatic Colors of #A33BCF
Black with #A33BCF
Text Example
Text Example
White with #A33BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BCF; }
p { color: rgb(163,59,207); }
H1.HeaderClassName
{
color: #A33BCF;
}
.AnyTagClassName
{
color: #A33BCF;
}
</style>
background-color css
<style>
a { background-color: #A33BCF; }
a { background-color: rgb(163,59,207); }
div.DivClassName
{
background-color: #A33BCF;
}
.BgClassName
{
background-color: #A33BCF;
}
</style>
border-color css
<style>
span { border-color: #A33BCF; }
span { border-color: rgb(163,59,207); }
td.TdClassName
{
border-color: #A33BCF;
}
.TagClassName
{
border-color: #A33BCF;
}
</style>