Shades of Dark Orchid #A135C1
Tints of Dark Orchid #A135C1
RGB
CMYK
RGB Variations
Color information
#A135C1 (or 0xA135C1) is known color: Dark Orchid. HEX triplet: A1, 35 and C1. RGB value is (161,53,193). Sum of RGB (Red+Green+Blue) = 161+53+193=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #A135C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135C1 is #5ECA3E. Grayscale: #646464. Windows color (decimal): -6212159 or 12662177. OLE color: 12662177.
HSL color Cylindrical-coordinate representation of color #A135C1: hue angle of 286.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A135C1 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 53 | 193 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.24 |
| HSL | 286.29º | 0.57% | 0.48% | - |
| HSV(B) | 286.29º | 0.73% | 0.76% | - |
| XYZ | 25.6 | 13.97 | 51.8 | - |
| YUV | 101.25 | 179.78 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 193 | 0.17 | 0.73 | 0 | 0.24 | 286.29 | 0.57 | 0.48 |
| Hex | A1 | 35 | C1 | 11 | 49 | 0 | 18 | 11E | 39 | 30 |
| Octal | 241 | 65 | 301 | 21 | 111 | 0 | 30 | 436 | 71 | 60 |
| Binary | 10100001 | 110101 | 11000001 | 10001 | 1001001 | 0 | 11000 | 100011110 | 111001 | 110000 |
Color Harmonies of #A135C1
Complementary color
Monochromatic Colors of #A135C1
Black with #A135C1
Text Example
Text Example
White with #A135C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A135C1; }
p { color: rgb(161,53,193); }
H1.HeaderClassName
{
color: #A135C1;
}
.AnyTagClassName
{
color: #A135C1;
}
</style>
background-color css
<style>
a { background-color: #A135C1; }
a { background-color: rgb(161,53,193); }
div.DivClassName
{
background-color: #A135C1;
}
.BgClassName
{
background-color: #A135C1;
}
</style>
border-color css
<style>
span { border-color: #A135C1; }
span { border-color: rgb(161,53,193); }
td.TdClassName
{
border-color: #A135C1;
}
.TagClassName
{
border-color: #A135C1;
}
</style>