Shades of Dark Orchid #A325BC
Tints of Dark Orchid #A325BC
RGB
CMYK
RGB Variations
Color information
#A325BC (or 0xA325BC) is known color: Dark Orchid. HEX triplet: A3, 25 and BC. RGB value is (163,37,188). Sum of RGB (Red+Green+Blue) = 163+37+188=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #A325BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A325BC is #5CDA43. Grayscale: #5B5B5B. Windows color (decimal): -6085188 or 12330403. OLE color: 12330403.
HSL color Cylindrical-coordinate representation of color #A325BC: hue angle of 290.07º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A325BC is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 37 | 188 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.26 |
| HSL | 290.07º | 0.67% | 0.44% | - |
| HSV(B) | 290.07º | 0.8% | 0.74% | - |
| XYZ | 24.84 | 12.74 | 48.73 | - |
| YUV | 91.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 188 | 0.13 | 0.80 | 0 | 0.26 | 290.07 | 0.67 | 0.44 |
| Hex | A3 | 25 | BC | D | 50 | 0 | 1A | 122 | 43 | 2C |
| Octal | 243 | 45 | 274 | 15 | 120 | 0 | 32 | 442 | 103 | 54 |
| Binary | 10100011 | 100101 | 10111100 | 1101 | 1010000 | 0 | 11010 | 100100010 | 1000011 | 101100 |
Color Harmonies of #A325BC
Complementary color
Monochromatic Colors of #A325BC
Black with #A325BC
Text Example
Text Example
White with #A325BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A325BC; }
p { color: rgb(163,37,188); }
H1.HeaderClassName
{
color: #A325BC;
}
.AnyTagClassName
{
color: #A325BC;
}
</style>
background-color css
<style>
a { background-color: #A325BC; }
a { background-color: rgb(163,37,188); }
div.DivClassName
{
background-color: #A325BC;
}
.BgClassName
{
background-color: #A325BC;
}
</style>
border-color css
<style>
span { border-color: #A325BC; }
span { border-color: rgb(163,37,188); }
td.TdClassName
{
border-color: #A325BC;
}
.TagClassName
{
border-color: #A325BC;
}
</style>