Shades of Dark Orchid #A830C1
Tints of Dark Orchid #A830C1
RGB
CMYK
RGB Variations
Color information
#A830C1 (or 0xA830C1) is known color: Dark Orchid. HEX triplet: A8, 30 and C1. RGB value is (168,48,193). Sum of RGB (Red+Green+Blue) = 168+48+193=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #A830C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830C1 is #57CF3E. Grayscale: #636363. Windows color (decimal): -5754687 or 12660904. OLE color: 12660904.
HSL color Cylindrical-coordinate representation of color #A830C1: hue angle of 289.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A830C1 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 48 | 193 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.24 |
| HSL | 289.66º | 0.6% | 0.47% | - |
| HSV(B) | 289.66º | 0.75% | 0.76% | - |
| XYZ | 26.83 | 14.29 | 51.8 | - |
| YUV | 100.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 193 | 0.13 | 0.75 | 0 | 0.24 | 289.66 | 0.6 | 0.47 |
| Hex | A8 | 30 | C1 | D | 4B | 0 | 18 | 122 | 3C | 2F |
| Octal | 250 | 60 | 301 | 15 | 113 | 0 | 30 | 442 | 74 | 57 |
| Binary | 10101000 | 110000 | 11000001 | 1101 | 1001011 | 0 | 11000 | 100100010 | 111100 | 101111 |
Color Harmonies of #A830C1
Complementary color
Monochromatic Colors of #A830C1
Black with #A830C1
Text Example
Text Example
White with #A830C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830C1; }
p { color: rgb(168,48,193); }
H1.HeaderClassName
{
color: #A830C1;
}
.AnyTagClassName
{
color: #A830C1;
}
</style>
background-color css
<style>
a { background-color: #A830C1; }
a { background-color: rgb(168,48,193); }
div.DivClassName
{
background-color: #A830C1;
}
.BgClassName
{
background-color: #A830C1;
}
</style>
border-color css
<style>
span { border-color: #A830C1; }
span { border-color: rgb(168,48,193); }
td.TdClassName
{
border-color: #A830C1;
}
.TagClassName
{
border-color: #A830C1;
}
</style>