Shades of Dark Orchid #A138CC
Tints of Dark Orchid #A138CC
RGB
CMYK
RGB Variations
Color information
#A138CC (or 0xA138CC) is known color: Dark Orchid. HEX triplet: A1, 38 and CC. RGB value is (161,56,204). Sum of RGB (Red+Green+Blue) = 161+56+204=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #A138CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138CC is #5EC733. Grayscale: #676767. Windows color (decimal): -6211380 or 13383841. OLE color: 13383841.
HSL color Cylindrical-coordinate representation of color #A138CC: hue angle of 282.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A138CC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 56 | 204 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.2 |
| HSL | 282.57º | 0.59% | 0.51% | - |
| HSV(B) | 282.57º | 0.73% | 0.8% | - |
| XYZ | 27.01 | 14.77 | 58.55 | - |
| YUV | 104.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 204 | 0.21 | 0.73 | 0 | 0.2 | 282.57 | 0.59 | 0.51 |
| Hex | A1 | 38 | CC | 15 | 49 | 0 | 14 | 11B | 3B | 33 |
| Octal | 241 | 70 | 314 | 25 | 111 | 0 | 24 | 433 | 73 | 63 |
| Binary | 10100001 | 111000 | 11001100 | 10101 | 1001001 | 0 | 10100 | 100011011 | 111011 | 110011 |
Color Harmonies of #A138CC
Complementary color
Monochromatic Colors of #A138CC
Black with #A138CC
Text Example
Text Example
White with #A138CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A138CC; }
p { color: rgb(161,56,204); }
H1.HeaderClassName
{
color: #A138CC;
}
.AnyTagClassName
{
color: #A138CC;
}
</style>
background-color css
<style>
a { background-color: #A138CC; }
a { background-color: rgb(161,56,204); }
div.DivClassName
{
background-color: #A138CC;
}
.BgClassName
{
background-color: #A138CC;
}
</style>
border-color css
<style>
span { border-color: #A138CC; }
span { border-color: rgb(161,56,204); }
td.TdClassName
{
border-color: #A138CC;
}
.TagClassName
{
border-color: #A138CC;
}
</style>