Shades of Dark Orchid #A315B5
Tints of Dark Orchid #A315B5
RGB
CMYK
RGB Variations
Color information
#A315B5 (or 0xA315B5) is known color: Dark Orchid. HEX triplet: A3, 15 and B5. RGB value is (163,21,181). Sum of RGB (Red+Green+Blue) = 163+21+181=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #A315B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315B5 is #5CEA4A. Grayscale: #515151. Windows color (decimal): -6089291 or 11867555. OLE color: 11867555.
HSL color Cylindrical-coordinate representation of color #A315B5: hue angle of 293.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A315B5 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 21 | 181 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.29 |
| HSL | 293.25º | 0.79% | 0.4% | - |
| HSV(B) | 293.25º | 0.88% | 0.71% | - |
| XYZ | 23.71 | 11.66 | 44.72 | - |
| YUV | 81.7 | 184.04 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 181 | 0.10 | 0.88 | 0 | 0.29 | 293.25 | 0.79 | 0.4 |
| Hex | A3 | 15 | B5 | A | 58 | 0 | 1D | 125 | 4F | 28 |
| Octal | 243 | 25 | 265 | 12 | 130 | 0 | 35 | 445 | 117 | 50 |
| Binary | 10100011 | 10101 | 10110101 | 1010 | 1011000 | 0 | 11101 | 100100101 | 1001111 | 101000 |
Color Harmonies of #A315B5
Complementary color
Monochromatic Colors of #A315B5
Black with #A315B5
Text Example
Text Example
White with #A315B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315B5; }
p { color: rgb(163,21,181); }
H1.HeaderClassName
{
color: #A315B5;
}
.AnyTagClassName
{
color: #A315B5;
}
</style>
background-color css
<style>
a { background-color: #A315B5; }
a { background-color: rgb(163,21,181); }
div.DivClassName
{
background-color: #A315B5;
}
.BgClassName
{
background-color: #A315B5;
}
</style>
border-color css
<style>
span { border-color: #A315B5; }
span { border-color: rgb(163,21,181); }
td.TdClassName
{
border-color: #A315B5;
}
.TagClassName
{
border-color: #A315B5;
}
</style>