Shades of Dark Orchid #A430C1
Tints of Dark Orchid #A430C1
RGB
CMYK
RGB Variations
Color information
#A430C1 (or 0xA430C1) is known color: Dark Orchid. HEX triplet: A4, 30 and C1. RGB value is (164,48,193). Sum of RGB (Red+Green+Blue) = 164+48+193=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #A430C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430C1 is #5BCF3E. Grayscale: #626262. Windows color (decimal): -6016831 or 12660900. OLE color: 12660900.
HSL color Cylindrical-coordinate representation of color #A430C1: hue angle of 288º 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 #A430C1 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 48 | 193 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.24 |
| HSL | 288º | 0.6% | 0.47% | - |
| HSV(B) | 288º | 0.75% | 0.76% | - |
| XYZ | 25.99 | 13.86 | 51.76 | - |
| YUV | 99.21 | 180.93 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 193 | 0.15 | 0.75 | 0 | 0.24 | 288 | 0.6 | 0.47 |
| Hex | A4 | 30 | C1 | F | 4B | 0 | 18 | 120 | 3C | 2F |
| Octal | 244 | 60 | 301 | 17 | 113 | 0 | 30 | 440 | 74 | 57 |
| Binary | 10100100 | 110000 | 11000001 | 1111 | 1001011 | 0 | 11000 | 100100000 | 111100 | 101111 |
Color Harmonies of #A430C1
Complementary color
Monochromatic Colors of #A430C1
Black with #A430C1
Text Example
Text Example
White with #A430C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430C1; }
p { color: rgb(164,48,193); }
H1.HeaderClassName
{
color: #A430C1;
}
.AnyTagClassName
{
color: #A430C1;
}
</style>
background-color css
<style>
a { background-color: #A430C1; }
a { background-color: rgb(164,48,193); }
div.DivClassName
{
background-color: #A430C1;
}
.BgClassName
{
background-color: #A430C1;
}
</style>
border-color css
<style>
span { border-color: #A430C1; }
span { border-color: rgb(164,48,193); }
td.TdClassName
{
border-color: #A430C1;
}
.TagClassName
{
border-color: #A430C1;
}
</style>