Shades of Dark Orchid #A136CF
Tints of Dark Orchid #A136CF
RGB
CMYK
RGB Variations
Color information
#A136CF (or 0xA136CF) is known color: Dark Orchid. HEX triplet: A1, 36 and CF. RGB value is (161,54,207). Sum of RGB (Red+Green+Blue) = 161+54+207=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #A136CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136CF is #5EC930. Grayscale: #666666. Windows color (decimal): -6211889 or 13579937. OLE color: 13579937.
HSL color Cylindrical-coordinate representation of color #A136CF: hue angle of 281.96º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A136CF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 54 | 207 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.19 |
| HSL | 281.96º | 0.61% | 0.51% | - |
| HSV(B) | 281.96º | 0.74% | 0.81% | - |
| XYZ | 27.28 | 14.72 | 60.44 | - |
| YUV | 103.44 | 186.45 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 207 | 0.22 | 0.74 | 0 | 0.19 | 281.96 | 0.61 | 0.51 |
| Hex | A1 | 36 | CF | 16 | 4A | 0 | 13 | 11A | 3D | 33 |
| Octal | 241 | 66 | 317 | 26 | 112 | 0 | 23 | 432 | 75 | 63 |
| Binary | 10100001 | 110110 | 11001111 | 10110 | 1001010 | 0 | 10011 | 100011010 | 111101 | 110011 |
Color Harmonies of #A136CF
Complementary color
Monochromatic Colors of #A136CF
Black with #A136CF
Text Example
Text Example
White with #A136CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136CF; }
p { color: rgb(161,54,207); }
H1.HeaderClassName
{
color: #A136CF;
}
.AnyTagClassName
{
color: #A136CF;
}
</style>
background-color css
<style>
a { background-color: #A136CF; }
a { background-color: rgb(161,54,207); }
div.DivClassName
{
background-color: #A136CF;
}
.BgClassName
{
background-color: #A136CF;
}
</style>
border-color css
<style>
span { border-color: #A136CF; }
span { border-color: rgb(161,54,207); }
td.TdClassName
{
border-color: #A136CF;
}
.TagClassName
{
border-color: #A136CF;
}
</style>