Shades of Dark Orchid #A32CCF
Tints of Dark Orchid #A32CCF
RGB
CMYK
RGB Variations
Color information
#A32CCF (or 0xA32CCF) is known color: Dark Orchid. HEX triplet: A3, 2C and CF. RGB value is (163,44,207). Sum of RGB (Red+Green+Blue) = 163+44+207=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #A32CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CCF is #5CD330. Grayscale: #616161. Windows color (decimal): -6083377 or 13577379. OLE color: 13577379.
HSL color Cylindrical-coordinate representation of color #A32CCF: hue angle of 283.8º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32CCF is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 44 | 207 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.19 |
| HSL | 283.8º | 0.65% | 0.49% | - |
| HSV(B) | 283.8º | 0.79% | 0.81% | - |
| XYZ | 27.27 | 14.09 | 60.31 | - |
| YUV | 98.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 207 | 0.21 | 0.79 | 0 | 0.19 | 283.8 | 0.65 | 0.49 |
| Hex | A3 | 2C | CF | 15 | 4F | 0 | 13 | 11C | 41 | 31 |
| Octal | 243 | 54 | 317 | 25 | 117 | 0 | 23 | 434 | 101 | 61 |
| Binary | 10100011 | 101100 | 11001111 | 10101 | 1001111 | 0 | 10011 | 100011100 | 1000001 | 110001 |
Color Harmonies of #A32CCF
Complementary color
Monochromatic Colors of #A32CCF
Black with #A32CCF
Text Example
Text Example
White with #A32CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CCF; }
p { color: rgb(163,44,207); }
H1.HeaderClassName
{
color: #A32CCF;
}
.AnyTagClassName
{
color: #A32CCF;
}
</style>
background-color css
<style>
a { background-color: #A32CCF; }
a { background-color: rgb(163,44,207); }
div.DivClassName
{
background-color: #A32CCF;
}
.BgClassName
{
background-color: #A32CCF;
}
</style>
border-color css
<style>
span { border-color: #A32CCF; }
span { border-color: rgb(163,44,207); }
td.TdClassName
{
border-color: #A32CCF;
}
.TagClassName
{
border-color: #A32CCF;
}
</style>