Shades of Dark Orchid #A738C5
Tints of Dark Orchid #A738C5
RGB
CMYK
RGB Variations
Color information
#A738C5 (or 0xA738C5) is known color: Dark Orchid. HEX triplet: A7, 38 and C5. RGB value is (167,56,197). Sum of RGB (Red+Green+Blue) = 167+56+197=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #A738C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A738C5 is #58C73A. Grayscale: #686868. Windows color (decimal): -5818171 or 12925095. OLE color: 12925095.
HSL color Cylindrical-coordinate representation of color #A738C5: hue angle of 287.23º 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 #A738C5 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 56 | 197 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.23 |
| HSL | 287.23º | 0.56% | 0.5% | - |
| HSV(B) | 287.23º | 0.72% | 0.77% | - |
| XYZ | 27.43 | 15.08 | 54.29 | - |
| YUV | 105.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 56 | 197 | 0.15 | 0.72 | 0 | 0.23 | 287.23 | 0.56 | 0.5 |
| Hex | A7 | 38 | C5 | F | 48 | 0 | 17 | 11F | 38 | 32 |
| Octal | 247 | 70 | 305 | 17 | 110 | 0 | 27 | 437 | 70 | 62 |
| Binary | 10100111 | 111000 | 11000101 | 1111 | 1001000 | 0 | 10111 | 100011111 | 111000 | 110010 |
Color Harmonies of #A738C5
Complementary color
Monochromatic Colors of #A738C5
Black with #A738C5
Text Example
Text Example
White with #A738C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A738C5; }
p { color: rgb(167,56,197); }
H1.HeaderClassName
{
color: #A738C5;
}
.AnyTagClassName
{
color: #A738C5;
}
</style>
background-color css
<style>
a { background-color: #A738C5; }
a { background-color: rgb(167,56,197); }
div.DivClassName
{
background-color: #A738C5;
}
.BgClassName
{
background-color: #A738C5;
}
</style>
border-color css
<style>
span { border-color: #A738C5; }
span { border-color: rgb(167,56,197); }
td.TdClassName
{
border-color: #A738C5;
}
.TagClassName
{
border-color: #A738C5;
}
</style>