Shades of Dark Orchid #A438C5
Tints of Dark Orchid #A438C5
RGB
CMYK
RGB Variations
Color information
#A438C5 (or 0xA438C5) is known color: Dark Orchid. HEX triplet: A4, 38 and C5. RGB value is (164,56,197). Sum of RGB (Red+Green+Blue) = 164+56+197=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #A438C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438C5 is #5BC73A. Grayscale: #676767. Windows color (decimal): -6014779 or 12925092. OLE color: 12925092.
HSL color Cylindrical-coordinate representation of color #A438C5: hue angle of 285.96º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A438C5 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 56 | 197 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.23 |
| HSL | 285.96º | 0.56% | 0.5% | - |
| HSV(B) | 285.96º | 0.72% | 0.77% | - |
| XYZ | 26.8 | 14.75 | 54.26 | - |
| YUV | 104.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 197 | 0.17 | 0.72 | 0 | 0.23 | 285.96 | 0.56 | 0.5 |
| Hex | A4 | 38 | C5 | 11 | 48 | 0 | 17 | 11E | 38 | 32 |
| Octal | 244 | 70 | 305 | 21 | 110 | 0 | 27 | 436 | 70 | 62 |
| Binary | 10100100 | 111000 | 11000101 | 10001 | 1001000 | 0 | 10111 | 100011110 | 111000 | 110010 |
Color Harmonies of #A438C5
Complementary color
Monochromatic Colors of #A438C5
Black with #A438C5
Text Example
Text Example
White with #A438C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A438C5; }
p { color: rgb(164,56,197); }
H1.HeaderClassName
{
color: #A438C5;
}
.AnyTagClassName
{
color: #A438C5;
}
</style>
background-color css
<style>
a { background-color: #A438C5; }
a { background-color: rgb(164,56,197); }
div.DivClassName
{
background-color: #A438C5;
}
.BgClassName
{
background-color: #A438C5;
}
</style>
border-color css
<style>
span { border-color: #A438C5; }
span { border-color: rgb(164,56,197); }
td.TdClassName
{
border-color: #A438C5;
}
.TagClassName
{
border-color: #A438C5;
}
</style>