Shades of Dark Orchid #A737AF
Tints of Dark Orchid #A737AF
RGB
CMYK
RGB Variations
Color information
#A737AF (or 0xA737AF) is known color: Dark Orchid. HEX triplet: A7, 37 and AF. RGB value is (167,55,175). Sum of RGB (Red+Green+Blue) = 167+55+175=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #A737AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A737AF is #58C850. Grayscale: #656565. Windows color (decimal): -5818449 or 11483047. OLE color: 11483047.
HSL color Cylindrical-coordinate representation of color #A737AF: hue angle of 296º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A737AF is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 55 | 175 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.31 |
| HSL | 296º | 0.52% | 0.45% | - |
| HSV(B) | 296º | 0.69% | 0.69% | - |
| XYZ | 25.04 | 14.04 | 41.95 | - |
| YUV | 102.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 175 | 0.05 | 0.69 | 0 | 0.31 | 296 | 0.52 | 0.45 |
| Hex | A7 | 37 | AF | 5 | 45 | 0 | 1F | 128 | 34 | 2D |
| Octal | 247 | 67 | 257 | 5 | 105 | 0 | 37 | 450 | 64 | 55 |
| Binary | 10100111 | 110111 | 10101111 | 101 | 1000101 | 0 | 11111 | 100101000 | 110100 | 101101 |
Color Harmonies of #A737AF
Complementary color
Monochromatic Colors of #A737AF
Black with #A737AF
Text Example
Text Example
White with #A737AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A737AF; }
p { color: rgb(167,55,175); }
H1.HeaderClassName
{
color: #A737AF;
}
.AnyTagClassName
{
color: #A737AF;
}
</style>
background-color css
<style>
a { background-color: #A737AF; }
a { background-color: rgb(167,55,175); }
div.DivClassName
{
background-color: #A737AF;
}
.BgClassName
{
background-color: #A737AF;
}
</style>
border-color css
<style>
span { border-color: #A737AF; }
span { border-color: rgb(167,55,175); }
td.TdClassName
{
border-color: #A737AF;
}
.TagClassName
{
border-color: #A737AF;
}
</style>