Shades of Dark Orchid #A426CC
Tints of Dark Orchid #A426CC
RGB
CMYK
RGB Variations
Color information
#A426CC (or 0xA426CC) is known color: Dark Orchid. HEX triplet: A4, 26 and CC. RGB value is (164,38,204). Sum of RGB (Red+Green+Blue) = 164+38+204=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #A426CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426CC is #5BD933. Grayscale: #5E5E5E. Windows color (decimal): -6019380 or 13379236. OLE color: 13379236.
HSL color Cylindrical-coordinate representation of color #A426CC: hue angle of 285.54º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A426CC is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 38 | 204 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.2 |
| HSL | 285.54º | 0.69% | 0.47% | - |
| HSV(B) | 285.54º | 0.81% | 0.8% | - |
| XYZ | 26.9 | 13.64 | 58.34 | - |
| YUV | 94.6 | 189.74 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 204 | 0.20 | 0.81 | 0 | 0.2 | 285.54 | 0.69 | 0.47 |
| Hex | A4 | 26 | CC | 14 | 51 | 0 | 14 | 11E | 45 | 2F |
| Octal | 244 | 46 | 314 | 24 | 121 | 0 | 24 | 436 | 105 | 57 |
| Binary | 10100100 | 100110 | 11001100 | 10100 | 1010001 | 0 | 10100 | 100011110 | 1000101 | 101111 |
Color Harmonies of #A426CC
Complementary color
Monochromatic Colors of #A426CC
Black with #A426CC
Text Example
Text Example
White with #A426CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426CC; }
p { color: rgb(164,38,204); }
H1.HeaderClassName
{
color: #A426CC;
}
.AnyTagClassName
{
color: #A426CC;
}
</style>
background-color css
<style>
a { background-color: #A426CC; }
a { background-color: rgb(164,38,204); }
div.DivClassName
{
background-color: #A426CC;
}
.BgClassName
{
background-color: #A426CC;
}
</style>
border-color css
<style>
span { border-color: #A426CC; }
span { border-color: rgb(164,38,204); }
td.TdClassName
{
border-color: #A426CC;
}
.TagClassName
{
border-color: #A426CC;
}
</style>