Shades of Dark Orchid #A130B0
Tints of Dark Orchid #A130B0
RGB
CMYK
RGB Variations
Color information
#A130B0 (or 0xA130B0) is known color: Dark Orchid. HEX triplet: A1, 30 and B0. RGB value is (161,48,176). Sum of RGB (Red+Green+Blue) = 161+48+176=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #A130B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A130B0 is #5ECF4F. Grayscale: #5F5F5F. Windows color (decimal): -6213456 or 11546785. OLE color: 11546785.
HSL color Cylindrical-coordinate representation of color #A130B0: hue angle of 292.97º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A130B0 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 48 | 176 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.31 |
| HSL | 292.97º | 0.57% | 0.44% | - |
| HSV(B) | 292.97º | 0.73% | 0.69% | - |
| XYZ | 23.59 | 12.83 | 42.31 | - |
| YUV | 96.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 176 | 0.09 | 0.73 | 0 | 0.31 | 292.97 | 0.57 | 0.44 |
| Hex | A1 | 30 | B0 | 9 | 49 | 0 | 1F | 125 | 39 | 2C |
| Octal | 241 | 60 | 260 | 11 | 111 | 0 | 37 | 445 | 71 | 54 |
| Binary | 10100001 | 110000 | 10110000 | 1001 | 1001001 | 0 | 11111 | 100100101 | 111001 | 101100 |
Color Harmonies of #A130B0
Complementary color
Monochromatic Colors of #A130B0
Black with #A130B0
Text Example
Text Example
White with #A130B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A130B0; }
p { color: rgb(161,48,176); }
H1.HeaderClassName
{
color: #A130B0;
}
.AnyTagClassName
{
color: #A130B0;
}
</style>
background-color css
<style>
a { background-color: #A130B0; }
a { background-color: rgb(161,48,176); }
div.DivClassName
{
background-color: #A130B0;
}
.BgClassName
{
background-color: #A130B0;
}
</style>
border-color css
<style>
span { border-color: #A130B0; }
span { border-color: rgb(161,48,176); }
td.TdClassName
{
border-color: #A130B0;
}
.TagClassName
{
border-color: #A130B0;
}
</style>