Shades of Dark Orchid #A33FCF
Tints of Dark Orchid #A33FCF
RGB
CMYK
RGB Variations
Color information
#A33FCF (or 0xA33FCF) is known color: Dark Orchid. HEX triplet: A3, 3F and CF. RGB value is (163,63,207). Sum of RGB (Red+Green+Blue) = 163+63+207=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #A33FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FCF is #5CC030. Grayscale: #6C6C6C. Windows color (decimal): -6078513 or 13582243. OLE color: 13582243.
HSL color Cylindrical-coordinate representation of color #A33FCF: hue angle of 281.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33FCF is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 63 | 207 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.19 |
| HSL | 281.67º | 0.6% | 0.53% | - |
| HSV(B) | 281.67º | 0.7% | 0.81% | - |
| XYZ | 28.14 | 15.85 | 60.61 | - |
| YUV | 109.32 | 183.13 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 207 | 0.21 | 0.70 | 0 | 0.19 | 281.67 | 0.6 | 0.53 |
| Hex | A3 | 3F | CF | 15 | 46 | 0 | 13 | 11A | 3C | 35 |
| Octal | 243 | 77 | 317 | 25 | 106 | 0 | 23 | 432 | 74 | 65 |
| Binary | 10100011 | 111111 | 11001111 | 10101 | 1000110 | 0 | 10011 | 100011010 | 111100 | 110101 |
Color Harmonies of #A33FCF
Complementary color
Monochromatic Colors of #A33FCF
Black with #A33FCF
Text Example
Text Example
White with #A33FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FCF; }
p { color: rgb(163,63,207); }
H1.HeaderClassName
{
color: #A33FCF;
}
.AnyTagClassName
{
color: #A33FCF;
}
</style>
background-color css
<style>
a { background-color: #A33FCF; }
a { background-color: rgb(163,63,207); }
div.DivClassName
{
background-color: #A33FCF;
}
.BgClassName
{
background-color: #A33FCF;
}
</style>
border-color css
<style>
span { border-color: #A33FCF; }
span { border-color: rgb(163,63,207); }
td.TdClassName
{
border-color: #A33FCF;
}
.TagClassName
{
border-color: #A33FCF;
}
</style>