Shades of Dark Orchid #A32FCF
Tints of Dark Orchid #A32FCF
RGB
CMYK
RGB Variations
Color information
#A32FCF (or 0xA32FCF) is known color: Dark Orchid. HEX triplet: A3, 2F and CF. RGB value is (163,47,207). Sum of RGB (Red+Green+Blue) = 163+47+207=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #A32FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FCF is #5CD030. Grayscale: #636363. Windows color (decimal): -6082609 or 13578147. OLE color: 13578147.
HSL color Cylindrical-coordinate representation of color #A32FCF: hue angle of 283.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32FCF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 47 | 207 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.19 |
| HSL | 283.5º | 0.63% | 0.5% | - |
| HSV(B) | 283.5º | 0.77% | 0.81% | - |
| XYZ | 27.38 | 14.32 | 60.35 | - |
| YUV | 99.92 | 188.43 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 207 | 0.21 | 0.77 | 0 | 0.19 | 283.5 | 0.63 | 0.5 |
| Hex | A3 | 2F | CF | 15 | 4D | 0 | 13 | 11C | 3F | 32 |
| Octal | 243 | 57 | 317 | 25 | 115 | 0 | 23 | 434 | 77 | 62 |
| Binary | 10100011 | 101111 | 11001111 | 10101 | 1001101 | 0 | 10011 | 100011100 | 111111 | 110010 |
Color Harmonies of #A32FCF
Complementary color
Monochromatic Colors of #A32FCF
Black with #A32FCF
Text Example
Text Example
White with #A32FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FCF; }
p { color: rgb(163,47,207); }
H1.HeaderClassName
{
color: #A32FCF;
}
.AnyTagClassName
{
color: #A32FCF;
}
</style>
background-color css
<style>
a { background-color: #A32FCF; }
a { background-color: rgb(163,47,207); }
div.DivClassName
{
background-color: #A32FCF;
}
.BgClassName
{
background-color: #A32FCF;
}
</style>
border-color css
<style>
span { border-color: #A32FCF; }
span { border-color: rgb(163,47,207); }
td.TdClassName
{
border-color: #A32FCF;
}
.TagClassName
{
border-color: #A32FCF;
}
</style>