Shades of Dark Orchid #A318C1
Tints of Dark Orchid #A318C1
RGB
CMYK
RGB Variations
Color information
#A318C1 (or 0xA318C1) is known color: Dark Orchid. HEX triplet: A3, 18 and C1. RGB value is (163,24,193). Sum of RGB (Red+Green+Blue) = 163+24+193=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #A318C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318C1 is #5CE73E. Grayscale: #545454. Windows color (decimal): -6088511 or 12654755. OLE color: 12654755.
HSL color Cylindrical-coordinate representation of color #A318C1: hue angle of 289.35º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A318C1 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 24 | 193 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.24 |
| HSL | 289.35º | 0.78% | 0.43% | - |
| HSV(B) | 289.35º | 0.88% | 0.76% | - |
| XYZ | 25.06 | 12.29 | 51.5 | - |
| YUV | 84.83 | 189.05 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 193 | 0.16 | 0.88 | 0 | 0.24 | 289.35 | 0.78 | 0.43 |
| Hex | A3 | 18 | C1 | 10 | 58 | 0 | 18 | 121 | 4E | 2B |
| Octal | 243 | 30 | 301 | 20 | 130 | 0 | 30 | 441 | 116 | 53 |
| Binary | 10100011 | 11000 | 11000001 | 10000 | 1011000 | 0 | 11000 | 100100001 | 1001110 | 101011 |
Color Harmonies of #A318C1
Complementary color
Monochromatic Colors of #A318C1
Black with #A318C1
Text Example
Text Example
White with #A318C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318C1; }
p { color: rgb(163,24,193); }
H1.HeaderClassName
{
color: #A318C1;
}
.AnyTagClassName
{
color: #A318C1;
}
</style>
background-color css
<style>
a { background-color: #A318C1; }
a { background-color: rgb(163,24,193); }
div.DivClassName
{
background-color: #A318C1;
}
.BgClassName
{
background-color: #A318C1;
}
</style>
border-color css
<style>
span { border-color: #A318C1; }
span { border-color: rgb(163,24,193); }
td.TdClassName
{
border-color: #A318C1;
}
.TagClassName
{
border-color: #A318C1;
}
</style>