Shades of Dark Orchid #A425D2
Tints of Dark Orchid #A425D2
RGB
CMYK
RGB Variations
Color information
#A425D2 (or 0xA425D2) is known color: Dark Orchid. HEX triplet: A4, 25 and D2. RGB value is (164,37,210). Sum of RGB (Red+Green+Blue) = 164+37+210=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 210 (82.42% from 255 or 51.09% from 411); Max value from RGB is 210 - color contains mainly: blue. Hex color #A425D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425D2 is #5BDA2D. Grayscale: #5E5E5E. Windows color (decimal): -6019630 or 13772196. OLE color: 13772196.
HSL color Cylindrical-coordinate representation of color #A425D2: hue angle of 284.05º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A425D2 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 37 | 210 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.18 |
| HSL | 284.05º | 0.7% | 0.48% | - |
| HSV(B) | 284.05º | 0.82% | 0.82% | - |
| XYZ | 27.6 | 13.87 | 62.19 | - |
| YUV | 94.7 | 193.08 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 210 | 0.22 | 0.82 | 0 | 0.18 | 284.05 | 0.7 | 0.48 |
| Hex | A4 | 25 | D2 | 16 | 52 | 0 | 12 | 11C | 46 | 30 |
| Octal | 244 | 45 | 322 | 26 | 122 | 0 | 22 | 434 | 106 | 60 |
| Binary | 10100100 | 100101 | 11010010 | 10110 | 1010010 | 0 | 10010 | 100011100 | 1000110 | 110000 |
Color Harmonies of #A425D2
Complementary color
Monochromatic Colors of #A425D2
Black with #A425D2
Text Example
Text Example
White with #A425D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425D2; }
p { color: rgb(164,37,210); }
H1.HeaderClassName
{
color: #A425D2;
}
.AnyTagClassName
{
color: #A425D2;
}
</style>
background-color css
<style>
a { background-color: #A425D2; }
a { background-color: rgb(164,37,210); }
div.DivClassName
{
background-color: #A425D2;
}
.BgClassName
{
background-color: #A425D2;
}
</style>
border-color css
<style>
span { border-color: #A425D2; }
span { border-color: rgb(164,37,210); }
td.TdClassName
{
border-color: #A425D2;
}
.TagClassName
{
border-color: #A425D2;
}
</style>