Shades of Dark Orchid #A135B1
Tints of Dark Orchid #A135B1
RGB
CMYK
RGB Variations
Color information
#A135B1 (or 0xA135B1) is known color: Dark Orchid. HEX triplet: A1, 35 and B1. RGB value is (161,53,177). Sum of RGB (Red+Green+Blue) = 161+53+177=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #A135B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A135B1 is #5ECA4E. Grayscale: #636363. Windows color (decimal): -6212175 or 11613601. OLE color: 11613601.
HSL color Cylindrical-coordinate representation of color #A135B1: hue angle of 292.26º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A135B1 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 53 | 177 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.31 |
| HSL | 292.26º | 0.54% | 0.45% | - |
| HSV(B) | 292.26º | 0.7% | 0.69% | - |
| XYZ | 23.91 | 13.3 | 42.9 | - |
| YUV | 99.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 177 | 0.09 | 0.70 | 0 | 0.31 | 292.26 | 0.54 | 0.45 |
| Hex | A1 | 35 | B1 | 9 | 46 | 0 | 1F | 124 | 36 | 2D |
| Octal | 241 | 65 | 261 | 11 | 106 | 0 | 37 | 444 | 66 | 55 |
| Binary | 10100001 | 110101 | 10110001 | 1001 | 1000110 | 0 | 11111 | 100100100 | 110110 | 101101 |
Color Harmonies of #A135B1
Complementary color
Monochromatic Colors of #A135B1
Black with #A135B1
Text Example
Text Example
White with #A135B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A135B1; }
p { color: rgb(161,53,177); }
H1.HeaderClassName
{
color: #A135B1;
}
.AnyTagClassName
{
color: #A135B1;
}
</style>
background-color css
<style>
a { background-color: #A135B1; }
a { background-color: rgb(161,53,177); }
div.DivClassName
{
background-color: #A135B1;
}
.BgClassName
{
background-color: #A135B1;
}
</style>
border-color css
<style>
span { border-color: #A135B1; }
span { border-color: rgb(161,53,177); }
td.TdClassName
{
border-color: #A135B1;
}
.TagClassName
{
border-color: #A135B1;
}
</style>