Shades of Dark Orchid #A227CB
Tints of Dark Orchid #A227CB
RGB
CMYK
RGB Variations
Color information
#A227CB (or 0xA227CB) is known color: Dark Orchid. HEX triplet: A2, 27 and CB. RGB value is (162,39,203). Sum of RGB (Red+Green+Blue) = 162+39+203=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #A227CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227CB is #5DD834. Grayscale: #5D5D5D. Windows color (decimal): -6150197 or 13313954. OLE color: 13313954.
HSL color Cylindrical-coordinate representation of color #A227CB: hue angle of 285º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A227CB is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 39 | 203 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.20 |
| HSL | 285º | 0.68% | 0.47% | - |
| HSV(B) | 285º | 0.81% | 0.8% | - |
| XYZ | 26.41 | 13.44 | 57.7 | - |
| YUV | 94.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 203 | 0.20 | 0.81 | 0 | 0.20 | 285 | 0.68 | 0.47 |
| Hex | A2 | 27 | CB | 14 | 51 | 0 | 14 | 11D | 44 | 2F |
| Octal | 242 | 47 | 313 | 24 | 121 | 0 | 24 | 435 | 104 | 57 |
| Binary | 10100010 | 100111 | 11001011 | 10100 | 1010001 | 0 | 10100 | 100011101 | 1000100 | 101111 |
Color Harmonies of #A227CB
Complementary color
Monochromatic Colors of #A227CB
Black with #A227CB
Text Example
Text Example
White with #A227CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A227CB; }
p { color: rgb(162,39,203); }
H1.HeaderClassName
{
color: #A227CB;
}
.AnyTagClassName
{
color: #A227CB;
}
</style>
background-color css
<style>
a { background-color: #A227CB; }
a { background-color: rgb(162,39,203); }
div.DivClassName
{
background-color: #A227CB;
}
.BgClassName
{
background-color: #A227CB;
}
</style>
border-color css
<style>
span { border-color: #A227CB; }
span { border-color: rgb(162,39,203); }
td.TdClassName
{
border-color: #A227CB;
}
.TagClassName
{
border-color: #A227CB;
}
</style>