Shades of Dark Orchid #A227DE
Tints of Dark Orchid #A227DE
RGB
CMYK
RGB Variations
Color information
#A227DE (or 0xA227DE) is known color: Dark Orchid. HEX triplet: A2, 27 and DE. RGB value is (162,39,222). Sum of RGB (Red+Green+Blue) = 162+39+222=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #A227DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227DE is #5DD821. Grayscale: #606060. Windows color (decimal): -6150178 or 14559138. OLE color: 14559138.
HSL color Cylindrical-coordinate representation of color #A227DE: hue angle of 280.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A227DE is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 39 | 222 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.13 |
| HSL | 280.33º | 0.73% | 0.51% | - |
| HSV(B) | 280.33º | 0.82% | 0.87% | - |
| XYZ | 28.81 | 14.41 | 70.37 | - |
| YUV | 96.64 | 198.75 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 222 | 0.27 | 0.82 | 0 | 0.13 | 280.33 | 0.73 | 0.51 |
| Hex | A2 | 27 | DE | 1B | 52 | 0 | D | 118 | 49 | 33 |
| Octal | 242 | 47 | 336 | 33 | 122 | 0 | 15 | 430 | 111 | 63 |
| Binary | 10100010 | 100111 | 11011110 | 11011 | 1010010 | 0 | 1101 | 100011000 | 1001001 | 110011 |
Color Harmonies of #A227DE
Complementary color
Monochromatic Colors of #A227DE
Black with #A227DE
Text Example
Text Example
White with #A227DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A227DE; }
p { color: rgb(162,39,222); }
H1.HeaderClassName
{
color: #A227DE;
}
.AnyTagClassName
{
color: #A227DE;
}
</style>
background-color css
<style>
a { background-color: #A227DE; }
a { background-color: rgb(162,39,222); }
div.DivClassName
{
background-color: #A227DE;
}
.BgClassName
{
background-color: #A227DE;
}
</style>
border-color css
<style>
span { border-color: #A227DE; }
span { border-color: rgb(162,39,222); }
td.TdClassName
{
border-color: #A227DE;
}
.TagClassName
{
border-color: #A227DE;
}
</style>