Shades of Dark Orchid #A33FCA
Tints of Dark Orchid #A33FCA
RGB
CMYK
RGB Variations
Color information
#A33FCA (or 0xA33FCA) is known color: Dark Orchid. HEX triplet: A3, 3F and CA. RGB value is (163,63,202). Sum of RGB (Red+Green+Blue) = 163+63+202=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #A33FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FCA is #5CC035. Grayscale: #6C6C6C. Windows color (decimal): -6078518 or 13254563. OLE color: 13254563.
HSL color Cylindrical-coordinate representation of color #A33FCA: hue angle of 283.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33FCA is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 63 | 202 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.21 |
| HSL | 283.17º | 0.57% | 0.52% | - |
| HSV(B) | 283.17º | 0.69% | 0.79% | - |
| XYZ | 27.54 | 15.61 | 57.44 | - |
| YUV | 108.75 | 180.63 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 202 | 0.19 | 0.69 | 0 | 0.21 | 283.17 | 0.57 | 0.52 |
| Hex | A3 | 3F | CA | 13 | 45 | 0 | 15 | 11B | 39 | 34 |
| Octal | 243 | 77 | 312 | 23 | 105 | 0 | 25 | 433 | 71 | 64 |
| Binary | 10100011 | 111111 | 11001010 | 10011 | 1000101 | 0 | 10101 | 100011011 | 111001 | 110100 |
Color Harmonies of #A33FCA
Complementary color
Monochromatic Colors of #A33FCA
Black with #A33FCA
Text Example
Text Example
White with #A33FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FCA; }
p { color: rgb(163,63,202); }
H1.HeaderClassName
{
color: #A33FCA;
}
.AnyTagClassName
{
color: #A33FCA;
}
</style>
background-color css
<style>
a { background-color: #A33FCA; }
a { background-color: rgb(163,63,202); }
div.DivClassName
{
background-color: #A33FCA;
}
.BgClassName
{
background-color: #A33FCA;
}
</style>
border-color css
<style>
span { border-color: #A33FCA; }
span { border-color: rgb(163,63,202); }
td.TdClassName
{
border-color: #A33FCA;
}
.TagClassName
{
border-color: #A33FCA;
}
</style>