Shades of Dark Orchid #A426D0
Tints of Dark Orchid #A426D0
RGB
CMYK
RGB Variations
Color information
#A426D0 (or 0xA426D0) is known color: Dark Orchid. HEX triplet: A4, 26 and D0. RGB value is (164,38,208). Sum of RGB (Red+Green+Blue) = 164+38+208=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #A426D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426D0 is #5BD92F. Grayscale: #5E5E5E. Windows color (decimal): -6019376 or 13641380. OLE color: 13641380.
HSL color Cylindrical-coordinate representation of color #A426D0: hue angle of 284.47º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A426D0 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 38 | 208 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.18 |
| HSL | 284.47º | 0.69% | 0.48% | - |
| HSV(B) | 284.47º | 0.82% | 0.82% | - |
| XYZ | 27.39 | 13.83 | 60.9 | - |
| YUV | 95.05 | 191.74 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 208 | 0.21 | 0.82 | 0 | 0.18 | 284.47 | 0.69 | 0.48 |
| Hex | A4 | 26 | D0 | 15 | 52 | 0 | 12 | 11C | 45 | 30 |
| Octal | 244 | 46 | 320 | 25 | 122 | 0 | 22 | 434 | 105 | 60 |
| Binary | 10100100 | 100110 | 11010000 | 10101 | 1010010 | 0 | 10010 | 100011100 | 1000101 | 110000 |
Color Harmonies of #A426D0
Complementary color
Monochromatic Colors of #A426D0
Black with #A426D0
Text Example
Text Example
White with #A426D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426D0; }
p { color: rgb(164,38,208); }
H1.HeaderClassName
{
color: #A426D0;
}
.AnyTagClassName
{
color: #A426D0;
}
</style>
background-color css
<style>
a { background-color: #A426D0; }
a { background-color: rgb(164,38,208); }
div.DivClassName
{
background-color: #A426D0;
}
.BgClassName
{
background-color: #A426D0;
}
</style>
border-color css
<style>
span { border-color: #A426D0; }
span { border-color: rgb(164,38,208); }
td.TdClassName
{
border-color: #A426D0;
}
.TagClassName
{
border-color: #A426D0;
}
</style>