Shades of Dark Orchid #A323B0
Tints of Dark Orchid #A323B0
RGB
CMYK
RGB Variations
Color information
#A323B0 (or 0xA323B0) is known color: Dark Orchid. HEX triplet: A3, 23 and B0. RGB value is (163,35,176). Sum of RGB (Red+Green+Blue) = 163+35+176=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #A323B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A323B0 is #5CDC4F. Grayscale: #585858. Windows color (decimal): -6085712 or 11543459. OLE color: 11543459.
HSL color Cylindrical-coordinate representation of color #A323B0: hue angle of 294.47º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A323B0 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 35 | 176 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.31 |
| HSL | 294.47º | 0.67% | 0.41% | - |
| HSV(B) | 294.47º | 0.8% | 0.69% | - |
| XYZ | 23.54 | 12.12 | 42.17 | - |
| YUV | 89.35 | 176.91 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 176 | 0.07 | 0.80 | 0 | 0.31 | 294.47 | 0.67 | 0.41 |
| Hex | A3 | 23 | B0 | 7 | 50 | 0 | 1F | 126 | 43 | 29 |
| Octal | 243 | 43 | 260 | 7 | 120 | 0 | 37 | 446 | 103 | 51 |
| Binary | 10100011 | 100011 | 10110000 | 111 | 1010000 | 0 | 11111 | 100100110 | 1000011 | 101001 |
Color Harmonies of #A323B0
Complementary color
Monochromatic Colors of #A323B0
Black with #A323B0
Text Example
Text Example
White with #A323B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323B0; }
p { color: rgb(163,35,176); }
H1.HeaderClassName
{
color: #A323B0;
}
.AnyTagClassName
{
color: #A323B0;
}
</style>
background-color css
<style>
a { background-color: #A323B0; }
a { background-color: rgb(163,35,176); }
div.DivClassName
{
background-color: #A323B0;
}
.BgClassName
{
background-color: #A323B0;
}
</style>
border-color css
<style>
span { border-color: #A323B0; }
span { border-color: rgb(163,35,176); }
td.TdClassName
{
border-color: #A323B0;
}
.TagClassName
{
border-color: #A323B0;
}
</style>