Shades of Dark Orchid #A430DA
Tints of Dark Orchid #A430DA
RGB
CMYK
RGB Variations
Color information
#A430DA (or 0xA430DA) is known color: Dark Orchid. HEX triplet: A4, 30 and DA. RGB value is (164,48,218). Sum of RGB (Red+Green+Blue) = 164+48+218=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #A430DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430DA is #5BCF25. Grayscale: #656565. Windows color (decimal): -6016806 or 14299300. OLE color: 14299300.
HSL color Cylindrical-coordinate representation of color #A430DA: hue angle of 280.94º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A430DA is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 48 | 218 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.15 |
| HSL | 280.94º | 0.7% | 0.52% | - |
| HSV(B) | 280.94º | 0.78% | 0.85% | - |
| XYZ | 29.02 | 15.07 | 67.71 | - |
| YUV | 102.06 | 193.43 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 218 | 0.25 | 0.78 | 0 | 0.15 | 280.94 | 0.7 | 0.52 |
| Hex | A4 | 30 | DA | 19 | 4E | 0 | F | 119 | 46 | 34 |
| Octal | 244 | 60 | 332 | 31 | 116 | 0 | 17 | 431 | 106 | 64 |
| Binary | 10100100 | 110000 | 11011010 | 11001 | 1001110 | 0 | 1111 | 100011001 | 1000110 | 110100 |
Color Harmonies of #A430DA
Complementary color
Monochromatic Colors of #A430DA
Black with #A430DA
Text Example
Text Example
White with #A430DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430DA; }
p { color: rgb(164,48,218); }
H1.HeaderClassName
{
color: #A430DA;
}
.AnyTagClassName
{
color: #A430DA;
}
</style>
background-color css
<style>
a { background-color: #A430DA; }
a { background-color: rgb(164,48,218); }
div.DivClassName
{
background-color: #A430DA;
}
.BgClassName
{
background-color: #A430DA;
}
</style>
border-color css
<style>
span { border-color: #A430DA; }
span { border-color: rgb(164,48,218); }
td.TdClassName
{
border-color: #A430DA;
}
.TagClassName
{
border-color: #A430DA;
}
</style>