Shades of Dark Orchid #A426D6
Tints of Dark Orchid #A426D6
RGB
CMYK
RGB Variations
Color information
#A426D6 (or 0xA426D6) is known color: Dark Orchid. HEX triplet: A4, 26 and D6. RGB value is (164,38,214). Sum of RGB (Red+Green+Blue) = 164+38+214=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #A426D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426D6 is #5BD929. Grayscale: #5F5F5F. Windows color (decimal): -6019370 or 14034596. OLE color: 14034596.
HSL color Cylindrical-coordinate representation of color #A426D6: hue angle of 282.95º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A426D6 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 38 | 214 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.16 |
| HSL | 282.95º | 0.7% | 0.49% | - |
| HSV(B) | 282.95º | 0.82% | 0.84% | - |
| XYZ | 28.14 | 14.13 | 64.86 | - |
| YUV | 95.74 | 194.74 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 214 | 0.23 | 0.82 | 0 | 0.16 | 282.95 | 0.7 | 0.49 |
| Hex | A4 | 26 | D6 | 17 | 52 | 0 | 10 | 11B | 46 | 31 |
| Octal | 244 | 46 | 326 | 27 | 122 | 0 | 20 | 433 | 106 | 61 |
| Binary | 10100100 | 100110 | 11010110 | 10111 | 1010010 | 0 | 10000 | 100011011 | 1000110 | 110001 |
Color Harmonies of #A426D6
Complementary color
Monochromatic Colors of #A426D6
Black with #A426D6
Text Example
Text Example
White with #A426D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426D6; }
p { color: rgb(164,38,214); }
H1.HeaderClassName
{
color: #A426D6;
}
.AnyTagClassName
{
color: #A426D6;
}
</style>
background-color css
<style>
a { background-color: #A426D6; }
a { background-color: rgb(164,38,214); }
div.DivClassName
{
background-color: #A426D6;
}
.BgClassName
{
background-color: #A426D6;
}
</style>
border-color css
<style>
span { border-color: #A426D6; }
span { border-color: rgb(164,38,214); }
td.TdClassName
{
border-color: #A426D6;
}
.TagClassName
{
border-color: #A426D6;
}
</style>