Shades of Dark Orchid #A229CB
Tints of Dark Orchid #A229CB
RGB
CMYK
RGB Variations
Color information
#A229CB (or 0xA229CB) is known color: Dark Orchid. HEX triplet: A2, 29 and CB. RGB value is (162,41,203). Sum of RGB (Red+Green+Blue) = 162+41+203=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #A229CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229CB is #5DD634. Grayscale: #5F5F5F. Windows color (decimal): -6149685 or 13314466. OLE color: 13314466.
HSL color Cylindrical-coordinate representation of color #A229CB: hue angle of 284.81º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A229CB is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 41 | 203 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.20 |
| HSL | 284.81º | 0.66% | 0.48% | - |
| HSV(B) | 284.81º | 0.8% | 0.8% | - |
| XYZ | 26.47 | 13.58 | 57.73 | - |
| YUV | 95.65 | 188.59 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 203 | 0.20 | 0.80 | 0 | 0.20 | 284.81 | 0.66 | 0.48 |
| Hex | A2 | 29 | CB | 14 | 50 | 0 | 14 | 11D | 42 | 30 |
| Octal | 242 | 51 | 313 | 24 | 120 | 0 | 24 | 435 | 102 | 60 |
| Binary | 10100010 | 101001 | 11001011 | 10100 | 1010000 | 0 | 10100 | 100011101 | 1000010 | 110000 |
Color Harmonies of #A229CB
Complementary color
Monochromatic Colors of #A229CB
Black with #A229CB
Text Example
Text Example
White with #A229CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229CB; }
p { color: rgb(162,41,203); }
H1.HeaderClassName
{
color: #A229CB;
}
.AnyTagClassName
{
color: #A229CB;
}
</style>
background-color css
<style>
a { background-color: #A229CB; }
a { background-color: rgb(162,41,203); }
div.DivClassName
{
background-color: #A229CB;
}
.BgClassName
{
background-color: #A229CB;
}
</style>
border-color css
<style>
span { border-color: #A229CB; }
span { border-color: rgb(162,41,203); }
td.TdClassName
{
border-color: #A229CB;
}
.TagClassName
{
border-color: #A229CB;
}
</style>