Shades of Dark Orchid #A032B1
Tints of Dark Orchid #A032B1
RGB
CMYK
RGB Variations
Color information
#A032B1 (or 0xA032B1) is known color: Dark Orchid. HEX triplet: A0, 32 and B1. RGB value is (160,50,177). Sum of RGB (Red+Green+Blue) = 160+50+177=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #A032B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A032B1 is #5FCD4E. Grayscale: #606060. Windows color (decimal): -6278479 or 11612832. OLE color: 11612832.
HSL color Cylindrical-coordinate representation of color #A032B1: hue angle of 291.97º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A032B1 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 50 | 177 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.31 |
| HSL | 291.97º | 0.56% | 0.45% | - |
| HSV(B) | 291.97º | 0.72% | 0.69% | - |
| XYZ | 23.57 | 12.93 | 42.85 | - |
| YUV | 97.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 177 | 0.10 | 0.72 | 0 | 0.31 | 291.97 | 0.56 | 0.45 |
| Hex | A0 | 32 | B1 | A | 48 | 0 | 1F | 124 | 38 | 2D |
| Octal | 240 | 62 | 261 | 12 | 110 | 0 | 37 | 444 | 70 | 55 |
| Binary | 10100000 | 110010 | 10110001 | 1010 | 1001000 | 0 | 11111 | 100100100 | 111000 | 101101 |
Color Harmonies of #A032B1
Complementary color
Monochromatic Colors of #A032B1
Black with #A032B1
Text Example
Text Example
White with #A032B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032B1; }
p { color: rgb(160,50,177); }
H1.HeaderClassName
{
color: #A032B1;
}
.AnyTagClassName
{
color: #A032B1;
}
</style>
background-color css
<style>
a { background-color: #A032B1; }
a { background-color: rgb(160,50,177); }
div.DivClassName
{
background-color: #A032B1;
}
.BgClassName
{
background-color: #A032B1;
}
</style>
border-color css
<style>
span { border-color: #A032B1; }
span { border-color: rgb(160,50,177); }
td.TdClassName
{
border-color: #A032B1;
}
.TagClassName
{
border-color: #A032B1;
}
</style>