Shades of Dark Orchid #A136AF
Tints of Dark Orchid #A136AF
RGB
CMYK
RGB Variations
Color information
#A136AF (or 0xA136AF) is known color: Dark Orchid. HEX triplet: A1, 36 and AF. RGB value is (161,54,175). Sum of RGB (Red+Green+Blue) = 161+54+175=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #A136AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136AF is #5EC950. Grayscale: #636363. Windows color (decimal): -6211921 or 11482785. OLE color: 11482785.
HSL color Cylindrical-coordinate representation of color #A136AF: hue angle of 293.06º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A136AF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 54 | 175 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.31 |
| HSL | 293.06º | 0.53% | 0.45% | - |
| HSV(B) | 293.06º | 0.69% | 0.69% | - |
| XYZ | 23.75 | 13.31 | 41.87 | - |
| YUV | 99.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 175 | 0.08 | 0.69 | 0 | 0.31 | 293.06 | 0.53 | 0.45 |
| Hex | A1 | 36 | AF | 8 | 45 | 0 | 1F | 125 | 35 | 2D |
| Octal | 241 | 66 | 257 | 10 | 105 | 0 | 37 | 445 | 65 | 55 |
| Binary | 10100001 | 110110 | 10101111 | 1000 | 1000101 | 0 | 11111 | 100100101 | 110101 | 101101 |
Color Harmonies of #A136AF
Complementary color
Monochromatic Colors of #A136AF
Black with #A136AF
Text Example
Text Example
White with #A136AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136AF; }
p { color: rgb(161,54,175); }
H1.HeaderClassName
{
color: #A136AF;
}
.AnyTagClassName
{
color: #A136AF;
}
</style>
background-color css
<style>
a { background-color: #A136AF; }
a { background-color: rgb(161,54,175); }
div.DivClassName
{
background-color: #A136AF;
}
.BgClassName
{
background-color: #A136AF;
}
</style>
border-color css
<style>
span { border-color: #A136AF; }
span { border-color: rgb(161,54,175); }
td.TdClassName
{
border-color: #A136AF;
}
.TagClassName
{
border-color: #A136AF;
}
</style>