Shades of Dark Orchid #A328B1
Tints of Dark Orchid #A328B1
RGB
CMYK
RGB Variations
Color information
#A328B1 (or 0xA328B1) is known color: Dark Orchid. HEX triplet: A3, 28 and B1. RGB value is (163,40,177). Sum of RGB (Red+Green+Blue) = 163+40+177=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #A328B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A328B1 is #5CD74E. Grayscale: #5B5B5B. Windows color (decimal): -6084431 or 11610275. OLE color: 11610275.
HSL color Cylindrical-coordinate representation of color #A328B1: hue angle of 293.87º degrees, saturation: 0.63, 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 #A328B1 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 40 | 177 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.31 |
| HSL | 293.87º | 0.63% | 0.43% | - |
| HSV(B) | 293.87º | 0.77% | 0.69% | - |
| XYZ | 23.8 | 12.48 | 42.75 | - |
| YUV | 92.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 177 | 0.08 | 0.77 | 0 | 0.31 | 293.87 | 0.63 | 0.43 |
| Hex | A3 | 28 | B1 | 8 | 4D | 0 | 1F | 126 | 3F | 2B |
| Octal | 243 | 50 | 261 | 10 | 115 | 0 | 37 | 446 | 77 | 53 |
| Binary | 10100011 | 101000 | 10110001 | 1000 | 1001101 | 0 | 11111 | 100100110 | 111111 | 101011 |
Color Harmonies of #A328B1
Complementary color
Monochromatic Colors of #A328B1
Black with #A328B1
Text Example
Text Example
White with #A328B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A328B1; }
p { color: rgb(163,40,177); }
H1.HeaderClassName
{
color: #A328B1;
}
.AnyTagClassName
{
color: #A328B1;
}
</style>
background-color css
<style>
a { background-color: #A328B1; }
a { background-color: rgb(163,40,177); }
div.DivClassName
{
background-color: #A328B1;
}
.BgClassName
{
background-color: #A328B1;
}
</style>
border-color css
<style>
span { border-color: #A328B1; }
span { border-color: rgb(163,40,177); }
td.TdClassName
{
border-color: #A328B1;
}
.TagClassName
{
border-color: #A328B1;
}
</style>