Shades of Dark Orchid #A32ACF
Tints of Dark Orchid #A32ACF
RGB
CMYK
RGB Variations
Color information
#A32ACF (or 0xA32ACF) is known color: Dark Orchid. HEX triplet: A3, 2A and CF. RGB value is (163,42,207). Sum of RGB (Red+Green+Blue) = 163+42+207=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #A32ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ACF is #5CD530. Grayscale: #606060. Windows color (decimal): -6083889 or 13576867. OLE color: 13576867.
HSL color Cylindrical-coordinate representation of color #A32ACF: hue angle of 284º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32ACF is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 42 | 207 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.19 |
| HSL | 284º | 0.66% | 0.49% | - |
| HSV(B) | 284º | 0.8% | 0.81% | - |
| XYZ | 27.19 | 13.95 | 60.29 | - |
| YUV | 96.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 207 | 0.21 | 0.80 | 0 | 0.19 | 284 | 0.66 | 0.49 |
| Hex | A3 | 2A | CF | 15 | 50 | 0 | 13 | 11C | 42 | 31 |
| Octal | 243 | 52 | 317 | 25 | 120 | 0 | 23 | 434 | 102 | 61 |
| Binary | 10100011 | 101010 | 11001111 | 10101 | 1010000 | 0 | 10011 | 100011100 | 1000010 | 110001 |
Color Harmonies of #A32ACF
Complementary color
Monochromatic Colors of #A32ACF
Black with #A32ACF
Text Example
Text Example
White with #A32ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ACF; }
p { color: rgb(163,42,207); }
H1.HeaderClassName
{
color: #A32ACF;
}
.AnyTagClassName
{
color: #A32ACF;
}
</style>
background-color css
<style>
a { background-color: #A32ACF; }
a { background-color: rgb(163,42,207); }
div.DivClassName
{
background-color: #A32ACF;
}
.BgClassName
{
background-color: #A32ACF;
}
</style>
border-color css
<style>
span { border-color: #A32ACF; }
span { border-color: rgb(163,42,207); }
td.TdClassName
{
border-color: #A32ACF;
}
.TagClassName
{
border-color: #A32ACF;
}
</style>