Shades of Dark Orchid #A325BD
Tints of Dark Orchid #A325BD
RGB
CMYK
RGB Variations
Color information
#A325BD (or 0xA325BD) is known color: Dark Orchid. HEX triplet: A3, 25 and BD. RGB value is (163,37,189). Sum of RGB (Red+Green+Blue) = 163+37+189=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #A325BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A325BD is #5CDA42. Grayscale: #5B5B5B. Windows color (decimal): -6085187 or 12395939. OLE color: 12395939.
HSL color Cylindrical-coordinate representation of color #A325BD: hue angle of 289.74º 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 #A325BD is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 37 | 189 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.26 |
| HSL | 289.74º | 0.67% | 0.44% | - |
| HSV(B) | 289.74º | 0.8% | 0.74% | - |
| XYZ | 24.95 | 12.78 | 49.3 | - |
| YUV | 92 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 189 | 0.14 | 0.80 | 0 | 0.26 | 289.74 | 0.67 | 0.44 |
| Hex | A3 | 25 | BD | E | 50 | 0 | 1A | 122 | 43 | 2C |
| Octal | 243 | 45 | 275 | 16 | 120 | 0 | 32 | 442 | 103 | 54 |
| Binary | 10100011 | 100101 | 10111101 | 1110 | 1010000 | 0 | 11010 | 100100010 | 1000011 | 101100 |
Color Harmonies of #A325BD
Complementary color
Monochromatic Colors of #A325BD
Black with #A325BD
Text Example
Text Example
White with #A325BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A325BD; }
p { color: rgb(163,37,189); }
H1.HeaderClassName
{
color: #A325BD;
}
.AnyTagClassName
{
color: #A325BD;
}
</style>
background-color css
<style>
a { background-color: #A325BD; }
a { background-color: rgb(163,37,189); }
div.DivClassName
{
background-color: #A325BD;
}
.BgClassName
{
background-color: #A325BD;
}
</style>
border-color css
<style>
span { border-color: #A325BD; }
span { border-color: rgb(163,37,189); }
td.TdClassName
{
border-color: #A325BD;
}
.TagClassName
{
border-color: #A325BD;
}
</style>