Shades of Dark Orchid #A136CB
Tints of Dark Orchid #A136CB
RGB
CMYK
RGB Variations
Color information
#A136CB (or 0xA136CB) is known color: Dark Orchid. HEX triplet: A1, 36 and CB. RGB value is (161,54,203). Sum of RGB (Red+Green+Blue) = 161+54+203=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #A136CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136CB is #5EC934. Grayscale: #666666. Windows color (decimal): -6211893 or 13317793. OLE color: 13317793.
HSL color Cylindrical-coordinate representation of color #A136CB: hue angle of 283.09º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A136CB is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 54 | 203 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.20 |
| HSL | 283.09º | 0.59% | 0.5% | - |
| HSV(B) | 283.09º | 0.73% | 0.8% | - |
| XYZ | 26.8 | 14.53 | 57.89 | - |
| YUV | 102.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 203 | 0.21 | 0.73 | 0 | 0.20 | 283.09 | 0.59 | 0.5 |
| Hex | A1 | 36 | CB | 15 | 49 | 0 | 14 | 11B | 3B | 32 |
| Octal | 241 | 66 | 313 | 25 | 111 | 0 | 24 | 433 | 73 | 62 |
| Binary | 10100001 | 110110 | 11001011 | 10101 | 1001001 | 0 | 10100 | 100011011 | 111011 | 110010 |
Color Harmonies of #A136CB
Complementary color
Monochromatic Colors of #A136CB
Black with #A136CB
Text Example
Text Example
White with #A136CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136CB; }
p { color: rgb(161,54,203); }
H1.HeaderClassName
{
color: #A136CB;
}
.AnyTagClassName
{
color: #A136CB;
}
</style>
background-color css
<style>
a { background-color: #A136CB; }
a { background-color: rgb(161,54,203); }
div.DivClassName
{
background-color: #A136CB;
}
.BgClassName
{
background-color: #A136CB;
}
</style>
border-color css
<style>
span { border-color: #A136CB; }
span { border-color: rgb(161,54,203); }
td.TdClassName
{
border-color: #A136CB;
}
.TagClassName
{
border-color: #A136CB;
}
</style>