Shades of Dark Orchid #A430E5
Tints of Dark Orchid #A430E5
RGB
CMYK
RGB Variations
Color information
#A430E5 (or 0xA430E5) is known color: Dark Orchid. HEX triplet: A4, 30 and E5. RGB value is (164,48,229). Sum of RGB (Red+Green+Blue) = 164+48+229=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #A430E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430E5 is #5BCF1A. Grayscale: #666666. Windows color (decimal): -6016795 or 15020196. OLE color: 15020196.
HSL color Cylindrical-coordinate representation of color #A430E5: hue angle of 278.45º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A430E5 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 48 | 229 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.10 |
| HSL | 278.45º | 0.78% | 0.54% | - |
| HSV(B) | 278.45º | 0.79% | 0.9% | - |
| XYZ | 30.51 | 15.66 | 75.54 | - |
| YUV | 103.32 | 198.93 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 229 | 0.28 | 0.79 | 0 | 0.10 | 278.45 | 0.78 | 0.54 |
| Hex | A4 | 30 | E5 | 1C | 4F | 0 | A | 116 | 4E | 36 |
| Octal | 244 | 60 | 345 | 34 | 117 | 0 | 12 | 426 | 116 | 66 |
| Binary | 10100100 | 110000 | 11100101 | 11100 | 1001111 | 0 | 1010 | 100010110 | 1001110 | 110110 |
Color Harmonies of #A430E5
Complementary color
Monochromatic Colors of #A430E5
Black with #A430E5
Text Example
Text Example
White with #A430E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430E5; }
p { color: rgb(164,48,229); }
H1.HeaderClassName
{
color: #A430E5;
}
.AnyTagClassName
{
color: #A430E5;
}
</style>
background-color css
<style>
a { background-color: #A430E5; }
a { background-color: rgb(164,48,229); }
div.DivClassName
{
background-color: #A430E5;
}
.BgClassName
{
background-color: #A430E5;
}
</style>
border-color css
<style>
span { border-color: #A430E5; }
span { border-color: rgb(164,48,229); }
td.TdClassName
{
border-color: #A430E5;
}
.TagClassName
{
border-color: #A430E5;
}
</style>