Shades of Dark Orchid #A138B0
Tints of Dark Orchid #A138B0
RGB
CMYK
RGB Variations
Color information
#A138B0 (or 0xA138B0) is known color: Dark Orchid. HEX triplet: A1, 38 and B0. RGB value is (161,56,176). Sum of RGB (Red+Green+Blue) = 161+56+176=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 176 - color contains mainly: blue. Hex color #A138B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A138B0 is #5EC74F. Grayscale: #646464. Windows color (decimal): -6211408 or 11548833. OLE color: 11548833.
HSL color Cylindrical-coordinate representation of color #A138B0: hue angle of 292.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A138B0 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 56 | 176 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.31 |
| HSL | 292.5º | 0.52% | 0.45% | - |
| HSV(B) | 292.5º | 0.68% | 0.69% | - |
| XYZ | 23.95 | 13.54 | 42.43 | - |
| YUV | 101.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 176 | 0.09 | 0.68 | 0 | 0.31 | 292.5 | 0.52 | 0.45 |
| Hex | A1 | 38 | B0 | 9 | 44 | 0 | 1F | 124 | 34 | 2D |
| Octal | 241 | 70 | 260 | 11 | 104 | 0 | 37 | 444 | 64 | 55 |
| Binary | 10100001 | 111000 | 10110000 | 1001 | 1000100 | 0 | 11111 | 100100100 | 110100 | 101101 |
Color Harmonies of #A138B0
Complementary color
Monochromatic Colors of #A138B0
Black with #A138B0
Text Example
Text Example
White with #A138B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A138B0; }
p { color: rgb(161,56,176); }
H1.HeaderClassName
{
color: #A138B0;
}
.AnyTagClassName
{
color: #A138B0;
}
</style>
background-color css
<style>
a { background-color: #A138B0; }
a { background-color: rgb(161,56,176); }
div.DivClassName
{
background-color: #A138B0;
}
.BgClassName
{
background-color: #A138B0;
}
</style>
border-color css
<style>
span { border-color: #A138B0; }
span { border-color: rgb(161,56,176); }
td.TdClassName
{
border-color: #A138B0;
}
.TagClassName
{
border-color: #A138B0;
}
</style>