Shades of Dark Orchid #A229B0
Tints of Dark Orchid #A229B0
RGB
CMYK
RGB Variations
Color information
#A229B0 (or 0xA229B0) is known color: Dark Orchid. HEX triplet: A2, 29 and B0. RGB value is (162,41,176). Sum of RGB (Red+Green+Blue) = 162+41+176=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 176 - color contains mainly: blue. Hex color #A229B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A229B0 is #5DD64F. Grayscale: #5C5C5C. Windows color (decimal): -6149712 or 11544994. OLE color: 11544994.
HSL color Cylindrical-coordinate representation of color #A229B0: hue angle of 293.78º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A229B0 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 41 | 176 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.31 |
| HSL | 293.78º | 0.62% | 0.43% | - |
| HSV(B) | 293.78º | 0.77% | 0.69% | - |
| XYZ | 23.53 | 12.4 | 42.23 | - |
| YUV | 92.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 176 | 0.08 | 0.77 | 0 | 0.31 | 293.78 | 0.62 | 0.43 |
| Hex | A2 | 29 | B0 | 8 | 4D | 0 | 1F | 126 | 3E | 2B |
| Octal | 242 | 51 | 260 | 10 | 115 | 0 | 37 | 446 | 76 | 53 |
| Binary | 10100010 | 101001 | 10110000 | 1000 | 1001101 | 0 | 11111 | 100100110 | 111110 | 101011 |
Color Harmonies of #A229B0
Complementary color
Monochromatic Colors of #A229B0
Black with #A229B0
Text Example
Text Example
White with #A229B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229B0; }
p { color: rgb(162,41,176); }
H1.HeaderClassName
{
color: #A229B0;
}
.AnyTagClassName
{
color: #A229B0;
}
</style>
background-color css
<style>
a { background-color: #A229B0; }
a { background-color: rgb(162,41,176); }
div.DivClassName
{
background-color: #A229B0;
}
.BgClassName
{
background-color: #A229B0;
}
</style>
border-color css
<style>
span { border-color: #A229B0; }
span { border-color: rgb(162,41,176); }
td.TdClassName
{
border-color: #A229B0;
}
.TagClassName
{
border-color: #A229B0;
}
</style>