Shades of Dark Orchid #A327AC
Tints of Dark Orchid #A327AC
RGB
CMYK
RGB Variations
Color information
#A327AC (or 0xA327AC) is known color: Dark Orchid. HEX triplet: A3, 27 and AC. RGB value is (163,39,172). Sum of RGB (Red+Green+Blue) = 163+39+172=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #A327AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A327AC is #5CD853. Grayscale: #5A5A5A. Windows color (decimal): -6084692 or 11282339. OLE color: 11282339.
HSL color Cylindrical-coordinate representation of color #A327AC: hue angle of 295.94º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A327AC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 39 | 172 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.33 |
| HSL | 295.94º | 0.63% | 0.41% | - |
| HSV(B) | 295.94º | 0.77% | 0.67% | - |
| XYZ | 23.28 | 12.22 | 40.16 | - |
| YUV | 91.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 172 | 0.05 | 0.77 | 0 | 0.33 | 295.94 | 0.63 | 0.41 |
| Hex | A3 | 27 | AC | 5 | 4D | 0 | 21 | 128 | 3F | 29 |
| Octal | 243 | 47 | 254 | 5 | 115 | 0 | 41 | 450 | 77 | 51 |
| Binary | 10100011 | 100111 | 10101100 | 101 | 1001101 | 0 | 100001 | 100101000 | 111111 | 101001 |
Color Harmonies of #A327AC
Complementary color
Monochromatic Colors of #A327AC
Black with #A327AC
Text Example
Text Example
White with #A327AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327AC; }
p { color: rgb(163,39,172); }
H1.HeaderClassName
{
color: #A327AC;
}
.AnyTagClassName
{
color: #A327AC;
}
</style>
background-color css
<style>
a { background-color: #A327AC; }
a { background-color: rgb(163,39,172); }
div.DivClassName
{
background-color: #A327AC;
}
.BgClassName
{
background-color: #A327AC;
}
</style>
border-color css
<style>
span { border-color: #A327AC; }
span { border-color: rgb(163,39,172); }
td.TdClassName
{
border-color: #A327AC;
}
.TagClassName
{
border-color: #A327AC;
}
</style>