Shades of Dark Orchid #A424BC
Tints of Dark Orchid #A424BC
RGB
CMYK
RGB Variations
Color information
#A424BC (or 0xA424BC) is known color: Dark Orchid. HEX triplet: A4, 24 and BC. RGB value is (164,36,188). Sum of RGB (Red+Green+Blue) = 164+36+188=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #A424BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A424BC is #5BDB43. Grayscale: #5B5B5B. Windows color (decimal): -6019908 or 12330148. OLE color: 12330148.
HSL color Cylindrical-coordinate representation of color #A424BC: hue angle of 290.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A424BC is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 36 | 188 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.26 |
| HSL | 290.53º | 0.68% | 0.44% | - |
| HSV(B) | 290.53º | 0.81% | 0.74% | - |
| XYZ | 25.02 | 12.79 | 48.73 | - |
| YUV | 91.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 188 | 0.13 | 0.81 | 0 | 0.26 | 290.53 | 0.68 | 0.44 |
| Hex | A4 | 24 | BC | D | 51 | 0 | 1A | 123 | 44 | 2C |
| Octal | 244 | 44 | 274 | 15 | 121 | 0 | 32 | 443 | 104 | 54 |
| Binary | 10100100 | 100100 | 10111100 | 1101 | 1010001 | 0 | 11010 | 100100011 | 1000100 | 101100 |
Color Harmonies of #A424BC
Complementary color
Monochromatic Colors of #A424BC
Black with #A424BC
Text Example
Text Example
White with #A424BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A424BC; }
p { color: rgb(164,36,188); }
H1.HeaderClassName
{
color: #A424BC;
}
.AnyTagClassName
{
color: #A424BC;
}
</style>
background-color css
<style>
a { background-color: #A424BC; }
a { background-color: rgb(164,36,188); }
div.DivClassName
{
background-color: #A424BC;
}
.BgClassName
{
background-color: #A424BC;
}
</style>
border-color css
<style>
span { border-color: #A424BC; }
span { border-color: rgb(164,36,188); }
td.TdClassName
{
border-color: #A424BC;
}
.TagClassName
{
border-color: #A424BC;
}
</style>