Shades of Dark Orchid #A33FCB
Tints of Dark Orchid #A33FCB
RGB
CMYK
RGB Variations
Color information
#A33FCB (or 0xA33FCB) is known color: Dark Orchid. HEX triplet: A3, 3F and CB. RGB value is (163,63,203). Sum of RGB (Red+Green+Blue) = 163+63+203=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #A33FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FCB is #5CC034. Grayscale: #6C6C6C. Windows color (decimal): -6078517 or 13320099. OLE color: 13320099.
HSL color Cylindrical-coordinate representation of color #A33FCB: hue angle of 282.86º degrees, saturation: 0.57, 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 #A33FCB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 63 | 203 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.20 |
| HSL | 282.86º | 0.57% | 0.52% | - |
| HSV(B) | 282.86º | 0.69% | 0.8% | - |
| XYZ | 27.66 | 15.65 | 58.06 | - |
| YUV | 108.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 203 | 0.20 | 0.69 | 0 | 0.20 | 282.86 | 0.57 | 0.52 |
| Hex | A3 | 3F | CB | 14 | 45 | 0 | 14 | 11B | 39 | 34 |
| Octal | 243 | 77 | 313 | 24 | 105 | 0 | 24 | 433 | 71 | 64 |
| Binary | 10100011 | 111111 | 11001011 | 10100 | 1000101 | 0 | 10100 | 100011011 | 111001 | 110100 |
Color Harmonies of #A33FCB
Complementary color
Monochromatic Colors of #A33FCB
Black with #A33FCB
Text Example
Text Example
White with #A33FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FCB; }
p { color: rgb(163,63,203); }
H1.HeaderClassName
{
color: #A33FCB;
}
.AnyTagClassName
{
color: #A33FCB;
}
</style>
background-color css
<style>
a { background-color: #A33FCB; }
a { background-color: rgb(163,63,203); }
div.DivClassName
{
background-color: #A33FCB;
}
.BgClassName
{
background-color: #A33FCB;
}
</style>
border-color css
<style>
span { border-color: #A33FCB; }
span { border-color: rgb(163,63,203); }
td.TdClassName
{
border-color: #A33FCB;
}
.TagClassName
{
border-color: #A33FCB;
}
</style>