Shades of Dark Orchid #A318C0
Tints of Dark Orchid #A318C0
RGB
CMYK
RGB Variations
Color information
#A318C0 (or 0xA318C0) is known color: Dark Orchid. HEX triplet: A3, 18 and C0. RGB value is (163,24,192). Sum of RGB (Red+Green+Blue) = 163+24+192=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #A318C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318C0 is #5CE73F. Grayscale: #545454. Windows color (decimal): -6088512 or 12589219. OLE color: 12589219.
HSL color Cylindrical-coordinate representation of color #A318C0: hue angle of 289.64º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A318C0 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 24 | 192 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.25 |
| HSL | 289.64º | 0.78% | 0.42% | - |
| HSV(B) | 289.64º | 0.88% | 0.75% | - |
| XYZ | 24.95 | 12.25 | 50.92 | - |
| YUV | 84.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 192 | 0.15 | 0.88 | 0 | 0.25 | 289.64 | 0.78 | 0.42 |
| Hex | A3 | 18 | C0 | F | 58 | 0 | 19 | 122 | 4E | 2A |
| Octal | 243 | 30 | 300 | 17 | 130 | 0 | 31 | 442 | 116 | 52 |
| Binary | 10100011 | 11000 | 11000000 | 1111 | 1011000 | 0 | 11001 | 100100010 | 1001110 | 101010 |
Color Harmonies of #A318C0
Complementary color
Monochromatic Colors of #A318C0
Black with #A318C0
Text Example
Text Example
White with #A318C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318C0; }
p { color: rgb(163,24,192); }
H1.HeaderClassName
{
color: #A318C0;
}
.AnyTagClassName
{
color: #A318C0;
}
</style>
background-color css
<style>
a { background-color: #A318C0; }
a { background-color: rgb(163,24,192); }
div.DivClassName
{
background-color: #A318C0;
}
.BgClassName
{
background-color: #A318C0;
}
</style>
border-color css
<style>
span { border-color: #A318C0; }
span { border-color: rgb(163,24,192); }
td.TdClassName
{
border-color: #A318C0;
}
.TagClassName
{
border-color: #A318C0;
}
</style>