Shades of Dark Orchid #A225AE
Tints of Dark Orchid #A225AE
RGB
CMYK
RGB Variations
Color information
#A225AE (or 0xA225AE) is known color: Dark Orchid. HEX triplet: A2, 25 and AE. RGB value is (162,37,174). Sum of RGB (Red+Green+Blue) = 162+37+174=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #A225AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A225AE is #5DDA51. Grayscale: #595959. Windows color (decimal): -6150738 or 11412898. OLE color: 11412898.
HSL color Cylindrical-coordinate representation of color #A225AE: hue angle of 294.74º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A225AE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 37 | 174 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.32 |
| HSL | 294.74º | 0.65% | 0.41% | - |
| HSV(B) | 294.74º | 0.79% | 0.68% | - |
| XYZ | 23.2 | 12.06 | 41.15 | - |
| YUV | 89.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 174 | 0.07 | 0.79 | 0 | 0.32 | 294.74 | 0.65 | 0.41 |
| Hex | A2 | 25 | AE | 7 | 4F | 0 | 20 | 127 | 41 | 29 |
| Octal | 242 | 45 | 256 | 7 | 117 | 0 | 40 | 447 | 101 | 51 |
| Binary | 10100010 | 100101 | 10101110 | 111 | 1001111 | 0 | 100000 | 100100111 | 1000001 | 101001 |
Color Harmonies of #A225AE
Complementary color
Monochromatic Colors of #A225AE
Black with #A225AE
Text Example
Text Example
White with #A225AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A225AE; }
p { color: rgb(162,37,174); }
H1.HeaderClassName
{
color: #A225AE;
}
.AnyTagClassName
{
color: #A225AE;
}
</style>
background-color css
<style>
a { background-color: #A225AE; }
a { background-color: rgb(162,37,174); }
div.DivClassName
{
background-color: #A225AE;
}
.BgClassName
{
background-color: #A225AE;
}
</style>
border-color css
<style>
span { border-color: #A225AE; }
span { border-color: rgb(162,37,174); }
td.TdClassName
{
border-color: #A225AE;
}
.TagClassName
{
border-color: #A225AE;
}
</style>