Shades of Dark Orchid #A837AF
Tints of Dark Orchid #A837AF
RGB
CMYK
RGB Variations
Color information
#A837AF (or 0xA837AF) is known color: Dark Orchid. HEX triplet: A8, 37 and AF. RGB value is (168,55,175). Sum of RGB (Red+Green+Blue) = 168+55+175=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #A837AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A837AF is #57C850. Grayscale: #666666. Windows color (decimal): -5752913 or 11483048. OLE color: 11483048.
HSL color Cylindrical-coordinate representation of color #A837AF: hue angle of 296.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 #A837AF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 55 | 175 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.31 |
| HSL | 296.5º | 0.52% | 0.45% | - |
| HSV(B) | 296.5º | 0.69% | 0.69% | - |
| XYZ | 25.25 | 14.15 | 41.96 | - |
| YUV | 102.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 175 | 0.04 | 0.69 | 0 | 0.31 | 296.5 | 0.52 | 0.45 |
| Hex | A8 | 37 | AF | 4 | 45 | 0 | 1F | 128 | 34 | 2D |
| Octal | 250 | 67 | 257 | 4 | 105 | 0 | 37 | 450 | 64 | 55 |
| Binary | 10101000 | 110111 | 10101111 | 100 | 1000101 | 0 | 11111 | 100101000 | 110100 | 101101 |
Color Harmonies of #A837AF
Complementary color
Monochromatic Colors of #A837AF
Black with #A837AF
Text Example
Text Example
White with #A837AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837AF; }
p { color: rgb(168,55,175); }
H1.HeaderClassName
{
color: #A837AF;
}
.AnyTagClassName
{
color: #A837AF;
}
</style>
background-color css
<style>
a { background-color: #A837AF; }
a { background-color: rgb(168,55,175); }
div.DivClassName
{
background-color: #A837AF;
}
.BgClassName
{
background-color: #A837AF;
}
</style>
border-color css
<style>
span { border-color: #A837AF; }
span { border-color: rgb(168,55,175); }
td.TdClassName
{
border-color: #A837AF;
}
.TagClassName
{
border-color: #A837AF;
}
</style>