Shades of Dark Orchid #A323B6
Tints of Dark Orchid #A323B6
RGB
CMYK
RGB Variations
Color information
#A323B6 (or 0xA323B6) is known color: Dark Orchid. HEX triplet: A3, 23 and B6. RGB value is (163,35,182). Sum of RGB (Red+Green+Blue) = 163+35+182=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #A323B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323B6 is #5CDC49. Grayscale: #595959. Windows color (decimal): -6085706 or 11936675. OLE color: 11936675.
HSL color Cylindrical-coordinate representation of color #A323B6: hue angle of 292.24º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A323B6 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 35 | 182 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.29 |
| HSL | 292.24º | 0.68% | 0.43% | - |
| HSV(B) | 292.24º | 0.81% | 0.71% | - |
| XYZ | 24.15 | 12.37 | 45.37 | - |
| YUV | 90.03 | 179.91 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 182 | 0.10 | 0.81 | 0 | 0.29 | 292.24 | 0.68 | 0.43 |
| Hex | A3 | 23 | B6 | A | 51 | 0 | 1D | 124 | 44 | 2B |
| Octal | 243 | 43 | 266 | 12 | 121 | 0 | 35 | 444 | 104 | 53 |
| Binary | 10100011 | 100011 | 10110110 | 1010 | 1010001 | 0 | 11101 | 100100100 | 1000100 | 101011 |
Color Harmonies of #A323B6
Complementary color
Monochromatic Colors of #A323B6
Black with #A323B6
Text Example
Text Example
White with #A323B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323B6; }
p { color: rgb(163,35,182); }
H1.HeaderClassName
{
color: #A323B6;
}
.AnyTagClassName
{
color: #A323B6;
}
</style>
background-color css
<style>
a { background-color: #A323B6; }
a { background-color: rgb(163,35,182); }
div.DivClassName
{
background-color: #A323B6;
}
.BgClassName
{
background-color: #A323B6;
}
</style>
border-color css
<style>
span { border-color: #A323B6; }
span { border-color: rgb(163,35,182); }
td.TdClassName
{
border-color: #A323B6;
}
.TagClassName
{
border-color: #A323B6;
}
</style>