Shades of Dark Orchid #A331AC
Tints of Dark Orchid #A331AC
RGB
CMYK
RGB Variations
Color information
#A331AC (or 0xA331AC) is known color: Dark Orchid. HEX triplet: A3, 31 and AC. RGB value is (163,49,172). Sum of RGB (Red+Green+Blue) = 163+49+172=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #A331AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A331AC is #5CCE53. Grayscale: #606060. Windows color (decimal): -6082132 or 11284899. OLE color: 11284899.
HSL color Cylindrical-coordinate representation of color #A331AC: hue angle of 295.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A331AC is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 49 | 172 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.33 |
| HSL | 295.61º | 0.56% | 0.43% | - |
| HSV(B) | 295.61º | 0.72% | 0.67% | - |
| XYZ | 23.65 | 12.96 | 40.29 | - |
| YUV | 97.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 172 | 0.05 | 0.72 | 0 | 0.33 | 295.61 | 0.56 | 0.43 |
| Hex | A3 | 31 | AC | 5 | 48 | 0 | 21 | 128 | 38 | 2B |
| Octal | 243 | 61 | 254 | 5 | 110 | 0 | 41 | 450 | 70 | 53 |
| Binary | 10100011 | 110001 | 10101100 | 101 | 1001000 | 0 | 100001 | 100101000 | 111000 | 101011 |
Color Harmonies of #A331AC
Complementary color
Monochromatic Colors of #A331AC
Black with #A331AC
Text Example
Text Example
White with #A331AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A331AC; }
p { color: rgb(163,49,172); }
H1.HeaderClassName
{
color: #A331AC;
}
.AnyTagClassName
{
color: #A331AC;
}
</style>
background-color css
<style>
a { background-color: #A331AC; }
a { background-color: rgb(163,49,172); }
div.DivClassName
{
background-color: #A331AC;
}
.BgClassName
{
background-color: #A331AC;
}
</style>
border-color css
<style>
span { border-color: #A331AC; }
span { border-color: rgb(163,49,172); }
td.TdClassName
{
border-color: #A331AC;
}
.TagClassName
{
border-color: #A331AC;
}
</style>