Shades of Dark Orchid #A228DF
Tints of Dark Orchid #A228DF
RGB
CMYK
RGB Variations
Color information
#A228DF (or 0xA228DF) is known color: Dark Orchid. HEX triplet: A2, 28 and DF. RGB value is (162,40,223). Sum of RGB (Red+Green+Blue) = 162+40+223=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #A228DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228DF is #5DD720. Grayscale: #606060. Windows color (decimal): -6149921 or 14624930. OLE color: 14624930.
HSL color Cylindrical-coordinate representation of color #A228DF: hue angle of 280º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A228DF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 40 | 223 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.13 |
| HSL | 280º | 0.74% | 0.52% | - |
| HSV(B) | 280º | 0.82% | 0.87% | - |
| XYZ | 28.98 | 14.53 | 71.09 | - |
| YUV | 97.34 | 198.92 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 223 | 0.27 | 0.82 | 0 | 0.13 | 280 | 0.74 | 0.52 |
| Hex | A2 | 28 | DF | 1B | 52 | 0 | D | 118 | 4A | 34 |
| Octal | 242 | 50 | 337 | 33 | 122 | 0 | 15 | 430 | 112 | 64 |
| Binary | 10100010 | 101000 | 11011111 | 11011 | 1010010 | 0 | 1101 | 100011000 | 1001010 | 110100 |
Color Harmonies of #A228DF
Complementary color
Monochromatic Colors of #A228DF
Black with #A228DF
Text Example
Text Example
White with #A228DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228DF; }
p { color: rgb(162,40,223); }
H1.HeaderClassName
{
color: #A228DF;
}
.AnyTagClassName
{
color: #A228DF;
}
</style>
background-color css
<style>
a { background-color: #A228DF; }
a { background-color: rgb(162,40,223); }
div.DivClassName
{
background-color: #A228DF;
}
.BgClassName
{
background-color: #A228DF;
}
</style>
border-color css
<style>
span { border-color: #A228DF; }
span { border-color: rgb(162,40,223); }
td.TdClassName
{
border-color: #A228DF;
}
.TagClassName
{
border-color: #A228DF;
}
</style>