Shades of Dark Orchid #A136CC
Tints of Dark Orchid #A136CC
RGB
CMYK
RGB Variations
Color information
#A136CC (or 0xA136CC) is known color: Dark Orchid. HEX triplet: A1, 36 and CC. RGB value is (161,54,204). Sum of RGB (Red+Green+Blue) = 161+54+204=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #A136CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136CC is #5EC933. Grayscale: #666666. Windows color (decimal): -6211892 or 13383329. OLE color: 13383329.
HSL color Cylindrical-coordinate representation of color #A136CC: hue angle of 282.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A136CC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 54 | 204 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.2 |
| HSL | 282.8º | 0.6% | 0.51% | - |
| HSV(B) | 282.8º | 0.74% | 0.8% | - |
| XYZ | 26.92 | 14.58 | 58.52 | - |
| YUV | 103.09 | 184.95 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 204 | 0.21 | 0.74 | 0 | 0.2 | 282.8 | 0.6 | 0.51 |
| Hex | A1 | 36 | CC | 15 | 4A | 0 | 14 | 11B | 3C | 33 |
| Octal | 241 | 66 | 314 | 25 | 112 | 0 | 24 | 433 | 74 | 63 |
| Binary | 10100001 | 110110 | 11001100 | 10101 | 1001010 | 0 | 10100 | 100011011 | 111100 | 110011 |
Color Harmonies of #A136CC
Complementary color
Monochromatic Colors of #A136CC
Black with #A136CC
Text Example
Text Example
White with #A136CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136CC; }
p { color: rgb(161,54,204); }
H1.HeaderClassName
{
color: #A136CC;
}
.AnyTagClassName
{
color: #A136CC;
}
</style>
background-color css
<style>
a { background-color: #A136CC; }
a { background-color: rgb(161,54,204); }
div.DivClassName
{
background-color: #A136CC;
}
.BgClassName
{
background-color: #A136CC;
}
</style>
border-color css
<style>
span { border-color: #A136CC; }
span { border-color: rgb(161,54,204); }
td.TdClassName
{
border-color: #A136CC;
}
.TagClassName
{
border-color: #A136CC;
}
</style>