Shades of Dark Orchid #A228CA
Tints of Dark Orchid #A228CA
RGB
CMYK
RGB Variations
Color information
#A228CA (or 0xA228CA) is known color: Dark Orchid. HEX triplet: A2, 28 and CA. RGB value is (162,40,202). Sum of RGB (Red+Green+Blue) = 162+40+202=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #A228CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228CA is #5DD735. Grayscale: #5E5E5E. Windows color (decimal): -6149942 or 13248674. OLE color: 13248674.
HSL color Cylindrical-coordinate representation of color #A228CA: hue angle of 285.19º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A228CA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 40 | 202 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.21 |
| HSL | 285.19º | 0.67% | 0.47% | - |
| HSV(B) | 285.19º | 0.8% | 0.79% | - |
| XYZ | 26.32 | 13.46 | 57.09 | - |
| YUV | 94.95 | 188.42 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 202 | 0.20 | 0.80 | 0 | 0.21 | 285.19 | 0.67 | 0.47 |
| Hex | A2 | 28 | CA | 14 | 50 | 0 | 15 | 11D | 43 | 2F |
| Octal | 242 | 50 | 312 | 24 | 120 | 0 | 25 | 435 | 103 | 57 |
| Binary | 10100010 | 101000 | 11001010 | 10100 | 1010000 | 0 | 10101 | 100011101 | 1000011 | 101111 |
Color Harmonies of #A228CA
Complementary color
Monochromatic Colors of #A228CA
Black with #A228CA
Text Example
Text Example
White with #A228CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228CA; }
p { color: rgb(162,40,202); }
H1.HeaderClassName
{
color: #A228CA;
}
.AnyTagClassName
{
color: #A228CA;
}
</style>
background-color css
<style>
a { background-color: #A228CA; }
a { background-color: rgb(162,40,202); }
div.DivClassName
{
background-color: #A228CA;
}
.BgClassName
{
background-color: #A228CA;
}
</style>
border-color css
<style>
span { border-color: #A228CA; }
span { border-color: rgb(162,40,202); }
td.TdClassName
{
border-color: #A228CA;
}
.TagClassName
{
border-color: #A228CA;
}
</style>