Shades of Dark Orchid #A318B5
Tints of Dark Orchid #A318B5
RGB
CMYK
RGB Variations
Color information
#A318B5 (or 0xA318B5) is known color: Dark Orchid. HEX triplet: A3, 18 and B5. RGB value is (163,24,181). Sum of RGB (Red+Green+Blue) = 163+24+181=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #A318B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318B5 is #5CE74A. Grayscale: #525252. Windows color (decimal): -6088523 or 11868323. OLE color: 11868323.
HSL color Cylindrical-coordinate representation of color #A318B5: hue angle of 293.12º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A318B5 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 24 | 181 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.29 |
| HSL | 293.12º | 0.77% | 0.4% | - |
| HSV(B) | 293.12º | 0.87% | 0.71% | - |
| XYZ | 23.77 | 11.78 | 44.74 | - |
| YUV | 83.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 181 | 0.10 | 0.87 | 0 | 0.29 | 293.12 | 0.77 | 0.4 |
| Hex | A3 | 18 | B5 | A | 57 | 0 | 1D | 125 | 4D | 28 |
| Octal | 243 | 30 | 265 | 12 | 127 | 0 | 35 | 445 | 115 | 50 |
| Binary | 10100011 | 11000 | 10110101 | 1010 | 1010111 | 0 | 11101 | 100100101 | 1001101 | 101000 |
Color Harmonies of #A318B5
Complementary color
Monochromatic Colors of #A318B5
Black with #A318B5
Text Example
Text Example
White with #A318B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318B5; }
p { color: rgb(163,24,181); }
H1.HeaderClassName
{
color: #A318B5;
}
.AnyTagClassName
{
color: #A318B5;
}
</style>
background-color css
<style>
a { background-color: #A318B5; }
a { background-color: rgb(163,24,181); }
div.DivClassName
{
background-color: #A318B5;
}
.BgClassName
{
background-color: #A318B5;
}
</style>
border-color css
<style>
span { border-color: #A318B5; }
span { border-color: rgb(163,24,181); }
td.TdClassName
{
border-color: #A318B5;
}
.TagClassName
{
border-color: #A318B5;
}
</style>