Shades of Dark Orchid #A332AC
Tints of Dark Orchid #A332AC
RGB
CMYK
RGB Variations
Color information
#A332AC (or 0xA332AC) is known color: Dark Orchid. HEX triplet: A3, 32 and AC. RGB value is (163,50,172). Sum of RGB (Red+Green+Blue) = 163+50+172=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #A332AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A332AC is #5CCD53. Grayscale: #616161. Windows color (decimal): -6081876 or 11285155. OLE color: 11285155.
HSL color Cylindrical-coordinate representation of color #A332AC: hue angle of 295.57º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A332AC is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 50 | 172 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.33 |
| HSL | 295.57º | 0.55% | 0.44% | - |
| HSV(B) | 295.57º | 0.71% | 0.67% | - |
| XYZ | 23.69 | 13.05 | 40.3 | - |
| YUV | 97.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 172 | 0.05 | 0.71 | 0 | 0.33 | 295.57 | 0.55 | 0.44 |
| Hex | A3 | 32 | AC | 5 | 47 | 0 | 21 | 128 | 37 | 2C |
| Octal | 243 | 62 | 254 | 5 | 107 | 0 | 41 | 450 | 67 | 54 |
| Binary | 10100011 | 110010 | 10101100 | 101 | 1000111 | 0 | 100001 | 100101000 | 110111 | 101100 |
Color Harmonies of #A332AC
Complementary color
Monochromatic Colors of #A332AC
Black with #A332AC
Text Example
Text Example
White with #A332AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A332AC; }
p { color: rgb(163,50,172); }
H1.HeaderClassName
{
color: #A332AC;
}
.AnyTagClassName
{
color: #A332AC;
}
</style>
background-color css
<style>
a { background-color: #A332AC; }
a { background-color: rgb(163,50,172); }
div.DivClassName
{
background-color: #A332AC;
}
.BgClassName
{
background-color: #A332AC;
}
</style>
border-color css
<style>
span { border-color: #A332AC; }
span { border-color: rgb(163,50,172); }
td.TdClassName
{
border-color: #A332AC;
}
.TagClassName
{
border-color: #A332AC;
}
</style>