Shades of Dark Orchid #A323B9
Tints of Dark Orchid #A323B9
RGB
CMYK
RGB Variations
Color information
#A323B9 (or 0xA323B9) is known color: Dark Orchid. HEX triplet: A3, 23 and B9. RGB value is (163,35,185). Sum of RGB (Red+Green+Blue) = 163+35+185=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #A323B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323B9 is #5CDC46. Grayscale: #595959. Windows color (decimal): -6085703 or 12133283. OLE color: 12133283.
HSL color Cylindrical-coordinate representation of color #A323B9: hue angle of 291.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A323B9 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 35 | 185 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.27 |
| HSL | 291.2º | 0.68% | 0.43% | - |
| HSV(B) | 291.2º | 0.81% | 0.73% | - |
| XYZ | 24.46 | 12.49 | 47.02 | - |
| YUV | 90.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 185 | 0.12 | 0.81 | 0 | 0.27 | 291.2 | 0.68 | 0.43 |
| Hex | A3 | 23 | B9 | C | 51 | 0 | 1B | 123 | 44 | 2B |
| Octal | 243 | 43 | 271 | 14 | 121 | 0 | 33 | 443 | 104 | 53 |
| Binary | 10100011 | 100011 | 10111001 | 1100 | 1010001 | 0 | 11011 | 100100011 | 1000100 | 101011 |
Color Harmonies of #A323B9
Complementary color
Monochromatic Colors of #A323B9
Black with #A323B9
Text Example
Text Example
White with #A323B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323B9; }
p { color: rgb(163,35,185); }
H1.HeaderClassName
{
color: #A323B9;
}
.AnyTagClassName
{
color: #A323B9;
}
</style>
background-color css
<style>
a { background-color: #A323B9; }
a { background-color: rgb(163,35,185); }
div.DivClassName
{
background-color: #A323B9;
}
.BgClassName
{
background-color: #A323B9;
}
</style>
border-color css
<style>
span { border-color: #A323B9; }
span { border-color: rgb(163,35,185); }
td.TdClassName
{
border-color: #A323B9;
}
.TagClassName
{
border-color: #A323B9;
}
</style>