Shades of Dark Orchid #A321B4
Tints of Dark Orchid #A321B4
RGB
CMYK
RGB Variations
Color information
#A321B4 (or 0xA321B4) is known color: Dark Orchid. HEX triplet: A3, 21 and B4. RGB value is (163,33,180). Sum of RGB (Red+Green+Blue) = 163+33+180=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #A321B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321B4 is #5CDE4B. Grayscale: #585858. Windows color (decimal): -6086220 or 11805091. OLE color: 11805091.
HSL color Cylindrical-coordinate representation of color #A321B4: hue angle of 293.06º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A321B4 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 33 | 180 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.29 |
| HSL | 293.06º | 0.69% | 0.42% | - |
| HSV(B) | 293.06º | 0.82% | 0.71% | - |
| XYZ | 23.89 | 12.17 | 44.27 | - |
| YUV | 88.63 | 179.57 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 180 | 0.09 | 0.82 | 0 | 0.29 | 293.06 | 0.69 | 0.42 |
| Hex | A3 | 21 | B4 | 9 | 52 | 0 | 1D | 125 | 45 | 2A |
| Octal | 243 | 41 | 264 | 11 | 122 | 0 | 35 | 445 | 105 | 52 |
| Binary | 10100011 | 100001 | 10110100 | 1001 | 1010010 | 0 | 11101 | 100100101 | 1000101 | 101010 |
Color Harmonies of #A321B4
Complementary color
Monochromatic Colors of #A321B4
Black with #A321B4
Text Example
Text Example
White with #A321B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321B4; }
p { color: rgb(163,33,180); }
H1.HeaderClassName
{
color: #A321B4;
}
.AnyTagClassName
{
color: #A321B4;
}
</style>
background-color css
<style>
a { background-color: #A321B4; }
a { background-color: rgb(163,33,180); }
div.DivClassName
{
background-color: #A321B4;
}
.BgClassName
{
background-color: #A321B4;
}
</style>
border-color css
<style>
span { border-color: #A321B4; }
span { border-color: rgb(163,33,180); }
td.TdClassName
{
border-color: #A321B4;
}
.TagClassName
{
border-color: #A321B4;
}
</style>