Shades of Dark Orchid #A721B3
Tints of Dark Orchid #A721B3
RGB
CMYK
RGB Variations
Color information
#A721B3 (or 0xA721B3) is known color: Dark Orchid. HEX triplet: A7, 21 and B3. RGB value is (167,33,179). Sum of RGB (Red+Green+Blue) = 167+33+179=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #A721B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A721B3 is #58DE4C. Grayscale: #595959. Windows color (decimal): -5824077 or 11739559. OLE color: 11739559.
HSL color Cylindrical-coordinate representation of color #A721B3: hue angle of 295.07º 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 #A721B3 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 33 | 179 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.30 |
| HSL | 295.07º | 0.69% | 0.42% | - |
| HSV(B) | 295.07º | 0.82% | 0.7% | - |
| XYZ | 24.62 | 12.56 | 43.77 | - |
| YUV | 89.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 33 | 179 | 0.07 | 0.82 | 0 | 0.30 | 295.07 | 0.69 | 0.42 |
| Hex | A7 | 21 | B3 | 7 | 52 | 0 | 1E | 127 | 45 | 2A |
| Octal | 247 | 41 | 263 | 7 | 122 | 0 | 36 | 447 | 105 | 52 |
| Binary | 10100111 | 100001 | 10110011 | 111 | 1010010 | 0 | 11110 | 100100111 | 1000101 | 101010 |
Color Harmonies of #A721B3
Complementary color
Monochromatic Colors of #A721B3
Black with #A721B3
Text Example
Text Example
White with #A721B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A721B3; }
p { color: rgb(167,33,179); }
H1.HeaderClassName
{
color: #A721B3;
}
.AnyTagClassName
{
color: #A721B3;
}
</style>
background-color css
<style>
a { background-color: #A721B3; }
a { background-color: rgb(167,33,179); }
div.DivClassName
{
background-color: #A721B3;
}
.BgClassName
{
background-color: #A721B3;
}
</style>
border-color css
<style>
span { border-color: #A721B3; }
span { border-color: rgb(167,33,179); }
td.TdClassName
{
border-color: #A721B3;
}
.TagClassName
{
border-color: #A721B3;
}
</style>