Shades of Dark Orchid #A32FB9
Tints of Dark Orchid #A32FB9
RGB
CMYK
RGB Variations
Color information
#A32FB9 (or 0xA32FB9) is known color: Dark Orchid. HEX triplet: A3, 2F and B9. RGB value is (163,47,185). Sum of RGB (Red+Green+Blue) = 163+47+185=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #A32FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FB9 is #5CD046. Grayscale: #606060. Windows color (decimal): -6082631 or 12136355. OLE color: 12136355.
HSL color Cylindrical-coordinate representation of color #A32FB9: hue angle of 290.43º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32FB9 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 47 | 185 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.27 |
| HSL | 290.43º | 0.59% | 0.45% | - |
| HSV(B) | 290.43º | 0.75% | 0.73% | - |
| XYZ | 24.88 | 13.32 | 47.16 | - |
| YUV | 97.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 185 | 0.12 | 0.75 | 0 | 0.27 | 290.43 | 0.59 | 0.45 |
| Hex | A3 | 2F | B9 | C | 4B | 0 | 1B | 122 | 3B | 2D |
| Octal | 243 | 57 | 271 | 14 | 113 | 0 | 33 | 442 | 73 | 55 |
| Binary | 10100011 | 101111 | 10111001 | 1100 | 1001011 | 0 | 11011 | 100100010 | 111011 | 101101 |
Color Harmonies of #A32FB9
Complementary color
Monochromatic Colors of #A32FB9
Black with #A32FB9
Text Example
Text Example
White with #A32FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FB9; }
p { color: rgb(163,47,185); }
H1.HeaderClassName
{
color: #A32FB9;
}
.AnyTagClassName
{
color: #A32FB9;
}
</style>
background-color css
<style>
a { background-color: #A32FB9; }
a { background-color: rgb(163,47,185); }
div.DivClassName
{
background-color: #A32FB9;
}
.BgClassName
{
background-color: #A32FB9;
}
</style>
border-color css
<style>
span { border-color: #A32FB9; }
span { border-color: rgb(163,47,185); }
td.TdClassName
{
border-color: #A32FB9;
}
.TagClassName
{
border-color: #A32FB9;
}
</style>