Shades of Dark Orchid #A229CF
Tints of Dark Orchid #A229CF
RGB
CMYK
RGB Variations
Color information
#A229CF (or 0xA229CF) is known color: Dark Orchid. HEX triplet: A2, 29 and CF. RGB value is (162,41,207). Sum of RGB (Red+Green+Blue) = 162+41+207=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #A229CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229CF is #5DD630. Grayscale: #5F5F5F. Windows color (decimal): -6149681 or 13576610. OLE color: 13576610.
HSL color Cylindrical-coordinate representation of color #A229CF: hue angle of 283.73º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A229CF is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 41 | 207 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.19 |
| HSL | 283.74º | 0.67% | 0.49% | - |
| HSV(B) | 283.74º | 0.8% | 0.81% | - |
| XYZ | 26.96 | 13.77 | 60.27 | - |
| YUV | 96.1 | 190.59 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 207 | 0.22 | 0.80 | 0 | 0.19 | 283.74 | 0.67 | 0.49 |
| Hex | A2 | 29 | CF | 16 | 50 | 0 | 13 | 11C | 43 | 31 |
| Octal | 242 | 51 | 317 | 26 | 120 | 0 | 23 | 434 | 103 | 61 |
| Binary | 10100010 | 101001 | 11001111 | 10110 | 1010000 | 0 | 10011 | 100011100 | 1000011 | 110001 |
Color Harmonies of #A229CF
Complementary color
Monochromatic Colors of #A229CF
Black with #A229CF
Text Example
Text Example
White with #A229CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229CF; }
p { color: rgb(162,41,207); }
H1.HeaderClassName
{
color: #A229CF;
}
.AnyTagClassName
{
color: #A229CF;
}
</style>
background-color css
<style>
a { background-color: #A229CF; }
a { background-color: rgb(162,41,207); }
div.DivClassName
{
background-color: #A229CF;
}
.BgClassName
{
background-color: #A229CF;
}
</style>
border-color css
<style>
span { border-color: #A229CF; }
span { border-color: rgb(162,41,207); }
td.TdClassName
{
border-color: #A229CF;
}
.TagClassName
{
border-color: #A229CF;
}
</style>