Shades of Dark Orchid #A426E4
Tints of Dark Orchid #A426E4
RGB
CMYK
RGB Variations
Color information
#A426E4 (or 0xA426E4) is known color: Dark Orchid. HEX triplet: A4, 26 and E4. RGB value is (164,38,228). Sum of RGB (Red+Green+Blue) = 164+38+228=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 228 (89.45% from 255 or 53.02% from 430); Max value from RGB is 228 - color contains mainly: blue. Hex color #A426E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426E4 is #5BD91B. Grayscale: #606060. Windows color (decimal): -6019356 or 14952100. OLE color: 14952100.
HSL color Cylindrical-coordinate representation of color #A426E4: hue angle of 279.79º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A426E4 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 38 | 228 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.11 |
| HSL | 279.79º | 0.78% | 0.52% | - |
| HSV(B) | 279.79º | 0.83% | 0.89% | - |
| XYZ | 30.01 | 14.88 | 74.69 | - |
| YUV | 97.33 | 201.74 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 228 | 0.28 | 0.83 | 0 | 0.11 | 279.79 | 0.78 | 0.52 |
| Hex | A4 | 26 | E4 | 1C | 53 | 0 | B | 118 | 4E | 34 |
| Octal | 244 | 46 | 344 | 34 | 123 | 0 | 13 | 430 | 116 | 64 |
| Binary | 10100100 | 100110 | 11100100 | 11100 | 1010011 | 0 | 1011 | 100011000 | 1001110 | 110100 |
Color Harmonies of #A426E4
Complementary color
Monochromatic Colors of #A426E4
Black with #A426E4
Text Example
Text Example
White with #A426E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426E4; }
p { color: rgb(164,38,228); }
H1.HeaderClassName
{
color: #A426E4;
}
.AnyTagClassName
{
color: #A426E4;
}
</style>
background-color css
<style>
a { background-color: #A426E4; }
a { background-color: rgb(164,38,228); }
div.DivClassName
{
background-color: #A426E4;
}
.BgClassName
{
background-color: #A426E4;
}
</style>
border-color css
<style>
span { border-color: #A426E4; }
span { border-color: rgb(164,38,228); }
td.TdClassName
{
border-color: #A426E4;
}
.TagClassName
{
border-color: #A426E4;
}
</style>