Shades of Dark Orchid #A426BD
Tints of Dark Orchid #A426BD
RGB
CMYK
RGB Variations
Color information
#A426BD (or 0xA426BD) is known color: Dark Orchid. HEX triplet: A4, 26 and BD. RGB value is (164,38,189). Sum of RGB (Red+Green+Blue) = 164+38+189=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #A426BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426BD is #5BD942. Grayscale: #5C5C5C. Windows color (decimal): -6019395 or 12396196. OLE color: 12396196.
HSL color Cylindrical-coordinate representation of color #A426BD: hue angle of 290.07º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A426BD is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 38 | 189 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.26 |
| HSL | 290.07º | 0.67% | 0.45% | - |
| HSV(B) | 290.07º | 0.8% | 0.74% | - |
| XYZ | 25.19 | 12.95 | 49.32 | - |
| YUV | 92.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 189 | 0.13 | 0.80 | 0 | 0.26 | 290.07 | 0.67 | 0.45 |
| Hex | A4 | 26 | BD | D | 50 | 0 | 1A | 122 | 43 | 2D |
| Octal | 244 | 46 | 275 | 15 | 120 | 0 | 32 | 442 | 103 | 55 |
| Binary | 10100100 | 100110 | 10111101 | 1101 | 1010000 | 0 | 11010 | 100100010 | 1000011 | 101101 |
Color Harmonies of #A426BD
Complementary color
Monochromatic Colors of #A426BD
Black with #A426BD
Text Example
Text Example
White with #A426BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426BD; }
p { color: rgb(164,38,189); }
H1.HeaderClassName
{
color: #A426BD;
}
.AnyTagClassName
{
color: #A426BD;
}
</style>
background-color css
<style>
a { background-color: #A426BD; }
a { background-color: rgb(164,38,189); }
div.DivClassName
{
background-color: #A426BD;
}
.BgClassName
{
background-color: #A426BD;
}
</style>
border-color css
<style>
span { border-color: #A426BD; }
span { border-color: rgb(164,38,189); }
td.TdClassName
{
border-color: #A426BD;
}
.TagClassName
{
border-color: #A426BD;
}
</style>