Shades of Dark Orchid #A135BE
Tints of Dark Orchid #A135BE
RGB
CMYK
RGB Variations
Color information
#A135BE (or 0xA135BE) is known color: Dark Orchid. HEX triplet: A1, 35 and BE. RGB value is (161,53,190). Sum of RGB (Red+Green+Blue) = 161+53+190=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #A135BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135BE is #5ECA41. Grayscale: #646464. Windows color (decimal): -6212162 or 12465569. OLE color: 12465569.
HSL color Cylindrical-coordinate representation of color #A135BE: hue angle of 287.3º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A135BE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 53 | 190 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.25 |
| HSL | 287.3º | 0.56% | 0.48% | - |
| HSV(B) | 287.3º | 0.72% | 0.75% | - |
| XYZ | 25.27 | 13.84 | 50.06 | - |
| YUV | 100.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 190 | 0.15 | 0.72 | 0 | 0.25 | 287.3 | 0.56 | 0.48 |
| Hex | A1 | 35 | BE | F | 48 | 0 | 19 | 11F | 38 | 30 |
| Octal | 241 | 65 | 276 | 17 | 110 | 0 | 31 | 437 | 70 | 60 |
| Binary | 10100001 | 110101 | 10111110 | 1111 | 1001000 | 0 | 11001 | 100011111 | 111000 | 110000 |
Color Harmonies of #A135BE
Complementary color
Monochromatic Colors of #A135BE
Black with #A135BE
Text Example
Text Example
White with #A135BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A135BE; }
p { color: rgb(161,53,190); }
H1.HeaderClassName
{
color: #A135BE;
}
.AnyTagClassName
{
color: #A135BE;
}
</style>
background-color css
<style>
a { background-color: #A135BE; }
a { background-color: rgb(161,53,190); }
div.DivClassName
{
background-color: #A135BE;
}
.BgClassName
{
background-color: #A135BE;
}
</style>
border-color css
<style>
span { border-color: #A135BE; }
span { border-color: rgb(161,53,190); }
td.TdClassName
{
border-color: #A135BE;
}
.TagClassName
{
border-color: #A135BE;
}
</style>