Shades of Dark Orchid #A837CF
Tints of Dark Orchid #A837CF
RGB
CMYK
RGB Variations
Color information
#A837CF (or 0xA837CF) is known color: Dark Orchid. HEX triplet: A8, 37 and CF. RGB value is (168,55,207). Sum of RGB (Red+Green+Blue) = 168+55+207=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #A837CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837CF is #57C830. Grayscale: #696969. Windows color (decimal): -5752881 or 13580200. OLE color: 13580200.
HSL color Cylindrical-coordinate representation of color #A837CF: hue angle of 284.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A837CF is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 55 | 207 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.19 |
| HSL | 284.61º | 0.61% | 0.51% | - |
| HSV(B) | 284.61º | 0.73% | 0.81% | - |
| XYZ | 28.78 | 15.56 | 60.52 | - |
| YUV | 106.12 | 184.94 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 207 | 0.19 | 0.73 | 0 | 0.19 | 284.61 | 0.61 | 0.51 |
| Hex | A8 | 37 | CF | 13 | 49 | 0 | 13 | 11D | 3D | 33 |
| Octal | 250 | 67 | 317 | 23 | 111 | 0 | 23 | 435 | 75 | 63 |
| Binary | 10101000 | 110111 | 11001111 | 10011 | 1001001 | 0 | 10011 | 100011101 | 111101 | 110011 |
Color Harmonies of #A837CF
Complementary color
Monochromatic Colors of #A837CF
Black with #A837CF
Text Example
Text Example
White with #A837CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837CF; }
p { color: rgb(168,55,207); }
H1.HeaderClassName
{
color: #A837CF;
}
.AnyTagClassName
{
color: #A837CF;
}
</style>
background-color css
<style>
a { background-color: #A837CF; }
a { background-color: rgb(168,55,207); }
div.DivClassName
{
background-color: #A837CF;
}
.BgClassName
{
background-color: #A837CF;
}
</style>
border-color css
<style>
span { border-color: #A837CF; }
span { border-color: rgb(168,55,207); }
td.TdClassName
{
border-color: #A837CF;
}
.TagClassName
{
border-color: #A837CF;
}
</style>