Shades of Dark Orchid #A323B7
Tints of Dark Orchid #A323B7
RGB
CMYK
RGB Variations
Color information
#A323B7 (or 0xA323B7) is known color: Dark Orchid. HEX triplet: A3, 23 and B7. RGB value is (163,35,183). Sum of RGB (Red+Green+Blue) = 163+35+183=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #A323B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323B7 is #5CDC48. Grayscale: #595959. Windows color (decimal): -6085705 or 12002211. OLE color: 12002211.
HSL color Cylindrical-coordinate representation of color #A323B7: hue angle of 291.89º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A323B7 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 35 | 183 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.28 |
| HSL | 291.89º | 0.68% | 0.43% | - |
| HSV(B) | 291.89º | 0.81% | 0.72% | - |
| XYZ | 24.25 | 12.41 | 45.92 | - |
| YUV | 90.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 183 | 0.11 | 0.81 | 0 | 0.28 | 291.89 | 0.68 | 0.43 |
| Hex | A3 | 23 | B7 | B | 51 | 0 | 1C | 124 | 44 | 2B |
| Octal | 243 | 43 | 267 | 13 | 121 | 0 | 34 | 444 | 104 | 53 |
| Binary | 10100011 | 100011 | 10110111 | 1011 | 1010001 | 0 | 11100 | 100100100 | 1000100 | 101011 |
Color Harmonies of #A323B7
Complementary color
Monochromatic Colors of #A323B7
Black with #A323B7
Text Example
Text Example
White with #A323B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323B7; }
p { color: rgb(163,35,183); }
H1.HeaderClassName
{
color: #A323B7;
}
.AnyTagClassName
{
color: #A323B7;
}
</style>
background-color css
<style>
a { background-color: #A323B7; }
a { background-color: rgb(163,35,183); }
div.DivClassName
{
background-color: #A323B7;
}
.BgClassName
{
background-color: #A323B7;
}
</style>
border-color css
<style>
span { border-color: #A323B7; }
span { border-color: rgb(163,35,183); }
td.TdClassName
{
border-color: #A323B7;
}
.TagClassName
{
border-color: #A323B7;
}
</style>