Shades of Dark Orchid #A33BCA
Tints of Dark Orchid #A33BCA
RGB
CMYK
RGB Variations
Color information
#A33BCA (or 0xA33BCA) is known color: Dark Orchid. HEX triplet: A3, 3B and CA. RGB value is (163,59,202). Sum of RGB (Red+Green+Blue) = 163+59+202=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #A33BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BCA is #5CC435. Grayscale: #696969. Windows color (decimal): -6079542 or 13253539. OLE color: 13253539.
HSL color Cylindrical-coordinate representation of color #A33BCA: hue angle of 283.64º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33BCA is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 59 | 202 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.21 |
| HSL | 283.64º | 0.57% | 0.51% | - |
| HSV(B) | 283.64º | 0.71% | 0.79% | - |
| XYZ | 27.33 | 15.18 | 57.37 | - |
| YUV | 106.4 | 181.96 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 202 | 0.19 | 0.71 | 0 | 0.21 | 283.64 | 0.57 | 0.51 |
| Hex | A3 | 3B | CA | 13 | 47 | 0 | 15 | 11C | 39 | 33 |
| Octal | 243 | 73 | 312 | 23 | 107 | 0 | 25 | 434 | 71 | 63 |
| Binary | 10100011 | 111011 | 11001010 | 10011 | 1000111 | 0 | 10101 | 100011100 | 111001 | 110011 |
Color Harmonies of #A33BCA
Complementary color
Monochromatic Colors of #A33BCA
Black with #A33BCA
Text Example
Text Example
White with #A33BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BCA; }
p { color: rgb(163,59,202); }
H1.HeaderClassName
{
color: #A33BCA;
}
.AnyTagClassName
{
color: #A33BCA;
}
</style>
background-color css
<style>
a { background-color: #A33BCA; }
a { background-color: rgb(163,59,202); }
div.DivClassName
{
background-color: #A33BCA;
}
.BgClassName
{
background-color: #A33BCA;
}
</style>
border-color css
<style>
span { border-color: #A33BCA; }
span { border-color: rgb(163,59,202); }
td.TdClassName
{
border-color: #A33BCA;
}
.TagClassName
{
border-color: #A33BCA;
}
</style>