Shades of Dark Orchid #A138C8
Tints of Dark Orchid #A138C8
RGB
CMYK
RGB Variations
Color information
#A138C8 (or 0xA138C8) is known color: Dark Orchid. HEX triplet: A1, 38 and C8. RGB value is (161,56,200). Sum of RGB (Red+Green+Blue) = 161+56+200=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #A138C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138C8 is #5EC737. Grayscale: #676767. Windows color (decimal): -6211384 or 13121697. OLE color: 13121697.
HSL color Cylindrical-coordinate representation of color #A138C8: hue angle of 283.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A138C8 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 56 | 200 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.22 |
| HSL | 283.75º | 0.57% | 0.5% | - |
| HSV(B) | 283.75º | 0.72% | 0.78% | - |
| XYZ | 26.54 | 14.58 | 56.06 | - |
| YUV | 103.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 200 | 0.19 | 0.72 | 0 | 0.22 | 283.75 | 0.57 | 0.5 |
| Hex | A1 | 38 | C8 | 13 | 48 | 0 | 16 | 11C | 39 | 32 |
| Octal | 241 | 70 | 310 | 23 | 110 | 0 | 26 | 434 | 71 | 62 |
| Binary | 10100001 | 111000 | 11001000 | 10011 | 1001000 | 0 | 10110 | 100011100 | 111001 | 110010 |
Color Harmonies of #A138C8
Complementary color
Monochromatic Colors of #A138C8
Black with #A138C8
Text Example
Text Example
White with #A138C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A138C8; }
p { color: rgb(161,56,200); }
H1.HeaderClassName
{
color: #A138C8;
}
.AnyTagClassName
{
color: #A138C8;
}
</style>
background-color css
<style>
a { background-color: #A138C8; }
a { background-color: rgb(161,56,200); }
div.DivClassName
{
background-color: #A138C8;
}
.BgClassName
{
background-color: #A138C8;
}
</style>
border-color css
<style>
span { border-color: #A138C8; }
span { border-color: rgb(161,56,200); }
td.TdClassName
{
border-color: #A138C8;
}
.TagClassName
{
border-color: #A138C8;
}
</style>