Shades of Dark Orchid #A437AF
Tints of Dark Orchid #A437AF
RGB
CMYK
RGB Variations
Color information
#A437AF (or 0xA437AF) is known color: Dark Orchid. HEX triplet: A4, 37 and AF. RGB value is (164,55,175). Sum of RGB (Red+Green+Blue) = 164+55+175=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #A437AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A437AF is #5BC850. Grayscale: #646464. Windows color (decimal): -6015057 or 11483044. OLE color: 11483044.
HSL color Cylindrical-coordinate representation of color #A437AF: hue angle of 294.5º 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 #A437AF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 55 | 175 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.31 |
| HSL | 294.5º | 0.52% | 0.45% | - |
| HSV(B) | 294.5º | 0.69% | 0.69% | - |
| XYZ | 24.41 | 13.72 | 41.92 | - |
| YUV | 101.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 175 | 0.06 | 0.69 | 0 | 0.31 | 294.5 | 0.52 | 0.45 |
| Hex | A4 | 37 | AF | 6 | 45 | 0 | 1F | 126 | 34 | 2D |
| Octal | 244 | 67 | 257 | 6 | 105 | 0 | 37 | 446 | 64 | 55 |
| Binary | 10100100 | 110111 | 10101111 | 110 | 1000101 | 0 | 11111 | 100100110 | 110100 | 101101 |
Color Harmonies of #A437AF
Complementary color
Monochromatic Colors of #A437AF
Black with #A437AF
Text Example
Text Example
White with #A437AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A437AF; }
p { color: rgb(164,55,175); }
H1.HeaderClassName
{
color: #A437AF;
}
.AnyTagClassName
{
color: #A437AF;
}
</style>
background-color css
<style>
a { background-color: #A437AF; }
a { background-color: rgb(164,55,175); }
div.DivClassName
{
background-color: #A437AF;
}
.BgClassName
{
background-color: #A437AF;
}
</style>
border-color css
<style>
span { border-color: #A437AF; }
span { border-color: rgb(164,55,175); }
td.TdClassName
{
border-color: #A437AF;
}
.TagClassName
{
border-color: #A437AF;
}
</style>