Shades of Dark Orchid #A225DA
Tints of Dark Orchid #A225DA
RGB
CMYK
RGB Variations
Color information
#A225DA (or 0xA225DA) is known color: Dark Orchid. HEX triplet: A2, 25 and DA. RGB value is (162,37,218). Sum of RGB (Red+Green+Blue) = 162+37+218=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #A225DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A225DA is #5DDA25. Grayscale: #5E5E5E. Windows color (decimal): -6150694 or 14296482. OLE color: 14296482.
HSL color Cylindrical-coordinate representation of color #A225DA: hue angle of 281.44º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A225DA is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 37 | 218 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.15 |
| HSL | 281.44º | 0.71% | 0.5% | - |
| HSV(B) | 281.44º | 0.83% | 0.85% | - |
| XYZ | 28.22 | 14.07 | 67.56 | - |
| YUV | 95.01 | 197.41 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 218 | 0.26 | 0.83 | 0 | 0.15 | 281.44 | 0.71 | 0.5 |
| Hex | A2 | 25 | DA | 1A | 53 | 0 | F | 119 | 47 | 32 |
| Octal | 242 | 45 | 332 | 32 | 123 | 0 | 17 | 431 | 107 | 62 |
| Binary | 10100010 | 100101 | 11011010 | 11010 | 1010011 | 0 | 1111 | 100011001 | 1000111 | 110010 |
Color Harmonies of #A225DA
Complementary color
Monochromatic Colors of #A225DA
Black with #A225DA
Text Example
Text Example
White with #A225DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A225DA; }
p { color: rgb(162,37,218); }
H1.HeaderClassName
{
color: #A225DA;
}
.AnyTagClassName
{
color: #A225DA;
}
</style>
background-color css
<style>
a { background-color: #A225DA; }
a { background-color: rgb(162,37,218); }
div.DivClassName
{
background-color: #A225DA;
}
.BgClassName
{
background-color: #A225DA;
}
</style>
border-color css
<style>
span { border-color: #A225DA; }
span { border-color: rgb(162,37,218); }
td.TdClassName
{
border-color: #A225DA;
}
.TagClassName
{
border-color: #A225DA;
}
</style>