Shades of Dark Orchid #A130AE
Tints of Dark Orchid #A130AE
RGB
CMYK
RGB Variations
Color information
#A130AE (or 0xA130AE) is known color: Dark Orchid. HEX triplet: A1, 30 and AE. RGB value is (161,48,174). Sum of RGB (Red+Green+Blue) = 161+48+174=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #A130AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A130AE is #5ECF51. Grayscale: #5F5F5F. Windows color (decimal): -6213458 or 11415713. OLE color: 11415713.
HSL color Cylindrical-coordinate representation of color #A130AE: hue angle of 293.81º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A130AE is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 48 | 174 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.32 |
| HSL | 293.81º | 0.57% | 0.44% | - |
| HSV(B) | 293.81º | 0.72% | 0.68% | - |
| XYZ | 23.39 | 12.75 | 41.27 | - |
| YUV | 96.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 174 | 0.07 | 0.72 | 0 | 0.32 | 293.81 | 0.57 | 0.44 |
| Hex | A1 | 30 | AE | 7 | 48 | 0 | 20 | 126 | 39 | 2C |
| Octal | 241 | 60 | 256 | 7 | 110 | 0 | 40 | 446 | 71 | 54 |
| Binary | 10100001 | 110000 | 10101110 | 111 | 1001000 | 0 | 100000 | 100100110 | 111001 | 101100 |
Color Harmonies of #A130AE
Complementary color
Monochromatic Colors of #A130AE
Black with #A130AE
Text Example
Text Example
White with #A130AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A130AE; }
p { color: rgb(161,48,174); }
H1.HeaderClassName
{
color: #A130AE;
}
.AnyTagClassName
{
color: #A130AE;
}
</style>
background-color css
<style>
a { background-color: #A130AE; }
a { background-color: rgb(161,48,174); }
div.DivClassName
{
background-color: #A130AE;
}
.BgClassName
{
background-color: #A130AE;
}
</style>
border-color css
<style>
span { border-color: #A130AE; }
span { border-color: rgb(161,48,174); }
td.TdClassName
{
border-color: #A130AE;
}
.TagClassName
{
border-color: #A130AE;
}
</style>