Shades of Dark Orchid #A130CD
Tints of Dark Orchid #A130CD
RGB
CMYK
RGB Variations
Color information
#A130CD (or 0xA130CD) is known color: Dark Orchid. HEX triplet: A1, 30 and CD. RGB value is (161,48,205). Sum of RGB (Red+Green+Blue) = 161+48+205=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #A130CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130CD is #5ECF32. Grayscale: #636363. Windows color (decimal): -6213427 or 13447329. OLE color: 13447329.
HSL color Cylindrical-coordinate representation of color #A130CD: hue angle of 283.18º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A130CD is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 48 | 205 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.20 |
| HSL | 283.18º | 0.62% | 0.5% | - |
| HSV(B) | 283.18º | 0.77% | 0.8% | - |
| XYZ | 26.77 | 14.1 | 59.07 | - |
| YUV | 99.69 | 187.44 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 205 | 0.21 | 0.77 | 0 | 0.20 | 283.18 | 0.62 | 0.5 |
| Hex | A1 | 30 | CD | 15 | 4D | 0 | 14 | 11B | 3E | 32 |
| Octal | 241 | 60 | 315 | 25 | 115 | 0 | 24 | 433 | 76 | 62 |
| Binary | 10100001 | 110000 | 11001101 | 10101 | 1001101 | 0 | 10100 | 100011011 | 111110 | 110010 |
Color Harmonies of #A130CD
Complementary color
Monochromatic Colors of #A130CD
Black with #A130CD
Text Example
Text Example
White with #A130CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A130CD; }
p { color: rgb(161,48,205); }
H1.HeaderClassName
{
color: #A130CD;
}
.AnyTagClassName
{
color: #A130CD;
}
</style>
background-color css
<style>
a { background-color: #A130CD; }
a { background-color: rgb(161,48,205); }
div.DivClassName
{
background-color: #A130CD;
}
.BgClassName
{
background-color: #A130CD;
}
</style>
border-color css
<style>
span { border-color: #A130CD; }
span { border-color: rgb(161,48,205); }
td.TdClassName
{
border-color: #A130CD;
}
.TagClassName
{
border-color: #A130CD;
}
</style>