Shades of Dark Orchid #A425BA
Tints of Dark Orchid #A425BA
RGB
CMYK
RGB Variations
Color information
#A425BA (or 0xA425BA) is known color: Dark Orchid. HEX triplet: A4, 25 and BA. RGB value is (164,37,186). Sum of RGB (Red+Green+Blue) = 164+37+186=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #A425BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425BA is #5BDA45. Grayscale: #5B5B5B. Windows color (decimal): -6019654 or 12199332. OLE color: 12199332.
HSL color Cylindrical-coordinate representation of color #A425BA: hue angle of 291.14º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A425BA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 37 | 186 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.27 |
| HSL | 291.14º | 0.67% | 0.44% | - |
| HSV(B) | 291.14º | 0.8% | 0.73% | - |
| XYZ | 24.83 | 12.76 | 47.61 | - |
| YUV | 91.96 | 181.08 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 186 | 0.12 | 0.80 | 0 | 0.27 | 291.14 | 0.67 | 0.44 |
| Hex | A4 | 25 | BA | C | 50 | 0 | 1B | 123 | 43 | 2C |
| Octal | 244 | 45 | 272 | 14 | 120 | 0 | 33 | 443 | 103 | 54 |
| Binary | 10100100 | 100101 | 10111010 | 1100 | 1010000 | 0 | 11011 | 100100011 | 1000011 | 101100 |
Color Harmonies of #A425BA
Complementary color
Monochromatic Colors of #A425BA
Black with #A425BA
Text Example
Text Example
White with #A425BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425BA; }
p { color: rgb(164,37,186); }
H1.HeaderClassName
{
color: #A425BA;
}
.AnyTagClassName
{
color: #A425BA;
}
</style>
background-color css
<style>
a { background-color: #A425BA; }
a { background-color: rgb(164,37,186); }
div.DivClassName
{
background-color: #A425BA;
}
.BgClassName
{
background-color: #A425BA;
}
</style>
border-color css
<style>
span { border-color: #A425BA; }
span { border-color: rgb(164,37,186); }
td.TdClassName
{
border-color: #A425BA;
}
.TagClassName
{
border-color: #A425BA;
}
</style>