Shades of Dark Orchid #A425DE
Tints of Dark Orchid #A425DE
RGB
CMYK
RGB Variations
Color information
#A425DE (or 0xA425DE) is known color: Dark Orchid. HEX triplet: A4, 25 and DE. RGB value is (164,37,222). Sum of RGB (Red+Green+Blue) = 164+37+222=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #A425DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425DE is #5BDA21. Grayscale: #5F5F5F. Windows color (decimal): -6019618 or 14558628. OLE color: 14558628.
HSL color Cylindrical-coordinate representation of color #A425DE: hue angle of 281.19º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A425DE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 37 | 222 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.13 |
| HSL | 281.19º | 0.74% | 0.51% | - |
| HSV(B) | 281.19º | 0.83% | 0.87% | - |
| XYZ | 29.16 | 14.49 | 70.37 | - |
| YUV | 96.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 222 | 0.26 | 0.83 | 0 | 0.13 | 281.19 | 0.74 | 0.51 |
| Hex | A4 | 25 | DE | 1A | 53 | 0 | D | 119 | 4A | 33 |
| Octal | 244 | 45 | 336 | 32 | 123 | 0 | 15 | 431 | 112 | 63 |
| Binary | 10100100 | 100101 | 11011110 | 11010 | 1010011 | 0 | 1101 | 100011001 | 1001010 | 110011 |
Color Harmonies of #A425DE
Complementary color
Monochromatic Colors of #A425DE
Black with #A425DE
Text Example
Text Example
White with #A425DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425DE; }
p { color: rgb(164,37,222); }
H1.HeaderClassName
{
color: #A425DE;
}
.AnyTagClassName
{
color: #A425DE;
}
</style>
background-color css
<style>
a { background-color: #A425DE; }
a { background-color: rgb(164,37,222); }
div.DivClassName
{
background-color: #A425DE;
}
.BgClassName
{
background-color: #A425DE;
}
</style>
border-color css
<style>
span { border-color: #A425DE; }
span { border-color: rgb(164,37,222); }
td.TdClassName
{
border-color: #A425DE;
}
.TagClassName
{
border-color: #A425DE;
}
</style>