Shades of Dark Orchid #A321B3
Tints of Dark Orchid #A321B3
RGB
CMYK
RGB Variations
Color information
#A321B3 (or 0xA321B3) is known color: Dark Orchid. HEX triplet: A3, 21 and B3. RGB value is (163,33,179). Sum of RGB (Red+Green+Blue) = 163+33+179=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #A321B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321B3 is #5CDE4C. Grayscale: #585858. Windows color (decimal): -6086221 or 11739555. OLE color: 11739555.
HSL color Cylindrical-coordinate representation of color #A321B3: hue angle of 293.42º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A321B3 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 33 | 179 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.30 |
| HSL | 293.42º | 0.69% | 0.42% | - |
| HSV(B) | 293.42º | 0.82% | 0.7% | - |
| XYZ | 23.78 | 12.13 | 43.74 | - |
| YUV | 88.51 | 179.07 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 179 | 0.09 | 0.82 | 0 | 0.30 | 293.42 | 0.69 | 0.42 |
| Hex | A3 | 21 | B3 | 9 | 52 | 0 | 1E | 125 | 45 | 2A |
| Octal | 243 | 41 | 263 | 11 | 122 | 0 | 36 | 445 | 105 | 52 |
| Binary | 10100011 | 100001 | 10110011 | 1001 | 1010010 | 0 | 11110 | 100100101 | 1000101 | 101010 |
Color Harmonies of #A321B3
Complementary color
Monochromatic Colors of #A321B3
Black with #A321B3
Text Example
Text Example
White with #A321B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321B3; }
p { color: rgb(163,33,179); }
H1.HeaderClassName
{
color: #A321B3;
}
.AnyTagClassName
{
color: #A321B3;
}
</style>
background-color css
<style>
a { background-color: #A321B3; }
a { background-color: rgb(163,33,179); }
div.DivClassName
{
background-color: #A321B3;
}
.BgClassName
{
background-color: #A321B3;
}
</style>
border-color css
<style>
span { border-color: #A321B3; }
span { border-color: rgb(163,33,179); }
td.TdClassName
{
border-color: #A321B3;
}
.TagClassName
{
border-color: #A321B3;
}
</style>