Shades of Dark Orchid #A225C0
Tints of Dark Orchid #A225C0
RGB
CMYK
RGB Variations
Color information
#A225C0 (or 0xA225C0) is known color: Dark Orchid. HEX triplet: A2, 25 and C0. RGB value is (162,37,192). Sum of RGB (Red+Green+Blue) = 162+37+192=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #A225C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A225C0 is #5DDA3F. Grayscale: #5B5B5B. Windows color (decimal): -6150720 or 12592546. OLE color: 12592546.
HSL color Cylindrical-coordinate representation of color #A225C0: hue angle of 288.39º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A225C0 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 37 | 192 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.25 |
| HSL | 288.39º | 0.68% | 0.45% | - |
| HSV(B) | 288.39º | 0.81% | 0.75% | - |
| XYZ | 25.08 | 12.81 | 51.02 | - |
| YUV | 92.05 | 184.41 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 192 | 0.16 | 0.81 | 0 | 0.25 | 288.39 | 0.68 | 0.45 |
| Hex | A2 | 25 | C0 | 10 | 51 | 0 | 19 | 120 | 44 | 2D |
| Octal | 242 | 45 | 300 | 20 | 121 | 0 | 31 | 440 | 104 | 55 |
| Binary | 10100010 | 100101 | 11000000 | 10000 | 1010001 | 0 | 11001 | 100100000 | 1000100 | 101101 |
Color Harmonies of #A225C0
Complementary color
Monochromatic Colors of #A225C0
Black with #A225C0
Text Example
Text Example
White with #A225C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A225C0; }
p { color: rgb(162,37,192); }
H1.HeaderClassName
{
color: #A225C0;
}
.AnyTagClassName
{
color: #A225C0;
}
</style>
background-color css
<style>
a { background-color: #A225C0; }
a { background-color: rgb(162,37,192); }
div.DivClassName
{
background-color: #A225C0;
}
.BgClassName
{
background-color: #A225C0;
}
</style>
border-color css
<style>
span { border-color: #A225C0; }
span { border-color: rgb(162,37,192); }
td.TdClassName
{
border-color: #A225C0;
}
.TagClassName
{
border-color: #A225C0;
}
</style>