Shades of Dark Orchid #A425B4
Tints of Dark Orchid #A425B4
RGB
CMYK
RGB Variations
Color information
#A425B4 (or 0xA425B4) is known color: Dark Orchid. HEX triplet: A4, 25 and B4. RGB value is (164,37,180). Sum of RGB (Red+Green+Blue) = 164+37+180=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #A425B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425B4 is #5BDA4B. Grayscale: #5A5A5A. Windows color (decimal): -6019660 or 11806116. OLE color: 11806116.
HSL color Cylindrical-coordinate representation of color #A425B4: hue angle of 293.29º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A425B4 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 37 | 180 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.29 |
| HSL | 293.29º | 0.66% | 0.43% | - |
| HSV(B) | 293.29º | 0.79% | 0.71% | - |
| XYZ | 24.21 | 12.51 | 44.32 | - |
| YUV | 91.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 180 | 0.09 | 0.79 | 0 | 0.29 | 293.29 | 0.66 | 0.43 |
| Hex | A4 | 25 | B4 | 9 | 4F | 0 | 1D | 125 | 42 | 2B |
| Octal | 244 | 45 | 264 | 11 | 117 | 0 | 35 | 445 | 102 | 53 |
| Binary | 10100100 | 100101 | 10110100 | 1001 | 1001111 | 0 | 11101 | 100100101 | 1000010 | 101011 |
Color Harmonies of #A425B4
Complementary color
Monochromatic Colors of #A425B4
Black with #A425B4
Text Example
Text Example
White with #A425B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425B4; }
p { color: rgb(164,37,180); }
H1.HeaderClassName
{
color: #A425B4;
}
.AnyTagClassName
{
color: #A425B4;
}
</style>
background-color css
<style>
a { background-color: #A425B4; }
a { background-color: rgb(164,37,180); }
div.DivClassName
{
background-color: #A425B4;
}
.BgClassName
{
background-color: #A425B4;
}
</style>
border-color css
<style>
span { border-color: #A425B4; }
span { border-color: rgb(164,37,180); }
td.TdClassName
{
border-color: #A425B4;
}
.TagClassName
{
border-color: #A425B4;
}
</style>