Shades of Dark Orchid #A430DC
Tints of Dark Orchid #A430DC
RGB
CMYK
RGB Variations
Color information
#A430DC (or 0xA430DC) is known color: Dark Orchid. HEX triplet: A4, 30 and DC. RGB value is (164,48,220). Sum of RGB (Red+Green+Blue) = 164+48+220=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #A430DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430DC is #5BCF23. Grayscale: #656565. Windows color (decimal): -6016804 or 14430372. OLE color: 14430372.
HSL color Cylindrical-coordinate representation of color #A430DC: hue angle of 280.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A430DC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 48 | 220 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.14 |
| HSL | 280.47º | 0.71% | 0.53% | - |
| HSV(B) | 280.47º | 0.78% | 0.86% | - |
| XYZ | 29.29 | 15.17 | 69.1 | - |
| YUV | 102.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 220 | 0.25 | 0.78 | 0 | 0.14 | 280.47 | 0.71 | 0.53 |
| Hex | A4 | 30 | DC | 19 | 4E | 0 | E | 118 | 47 | 35 |
| Octal | 244 | 60 | 334 | 31 | 116 | 0 | 16 | 430 | 107 | 65 |
| Binary | 10100100 | 110000 | 11011100 | 11001 | 1001110 | 0 | 1110 | 100011000 | 1000111 | 110101 |
Color Harmonies of #A430DC
Complementary color
Monochromatic Colors of #A430DC
Black with #A430DC
Text Example
Text Example
White with #A430DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430DC; }
p { color: rgb(164,48,220); }
H1.HeaderClassName
{
color: #A430DC;
}
.AnyTagClassName
{
color: #A430DC;
}
</style>
background-color css
<style>
a { background-color: #A430DC; }
a { background-color: rgb(164,48,220); }
div.DivClassName
{
background-color: #A430DC;
}
.BgClassName
{
background-color: #A430DC;
}
</style>
border-color css
<style>
span { border-color: #A430DC; }
span { border-color: rgb(164,48,220); }
td.TdClassName
{
border-color: #A430DC;
}
.TagClassName
{
border-color: #A430DC;
}
</style>