Shades of Dark Orchid #A33FCC
Tints of Dark Orchid #A33FCC
RGB
CMYK
RGB Variations
Color information
#A33FCC (or 0xA33FCC) is known color: Dark Orchid. HEX triplet: A3, 3F and CC. RGB value is (163,63,204). Sum of RGB (Red+Green+Blue) = 163+63+204=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #A33FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FCC is #5CC033. Grayscale: #6C6C6C. Windows color (decimal): -6078516 or 13385635. OLE color: 13385635.
HSL color Cylindrical-coordinate representation of color #A33FCC: hue angle of 282.55º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33FCC is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 63 | 204 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.2 |
| HSL | 282.55º | 0.58% | 0.52% | - |
| HSV(B) | 282.55º | 0.69% | 0.8% | - |
| XYZ | 27.78 | 15.7 | 58.69 | - |
| YUV | 108.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 204 | 0.20 | 0.69 | 0 | 0.2 | 282.55 | 0.58 | 0.52 |
| Hex | A3 | 3F | CC | 14 | 45 | 0 | 14 | 11B | 3A | 34 |
| Octal | 243 | 77 | 314 | 24 | 105 | 0 | 24 | 433 | 72 | 64 |
| Binary | 10100011 | 111111 | 11001100 | 10100 | 1000101 | 0 | 10100 | 100011011 | 111010 | 110100 |
Color Harmonies of #A33FCC
Complementary color
Monochromatic Colors of #A33FCC
Black with #A33FCC
Text Example
Text Example
White with #A33FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FCC; }
p { color: rgb(163,63,204); }
H1.HeaderClassName
{
color: #A33FCC;
}
.AnyTagClassName
{
color: #A33FCC;
}
</style>
background-color css
<style>
a { background-color: #A33FCC; }
a { background-color: rgb(163,63,204); }
div.DivClassName
{
background-color: #A33FCC;
}
.BgClassName
{
background-color: #A33FCC;
}
</style>
border-color css
<style>
span { border-color: #A33FCC; }
span { border-color: rgb(163,63,204); }
td.TdClassName
{
border-color: #A33FCC;
}
.TagClassName
{
border-color: #A33FCC;
}
</style>