Shades of Dark Orchid #A631CF
Tints of Dark Orchid #A631CF
RGB
CMYK
RGB Variations
Color information
#A631CF (or 0xA631CF) is known color: Dark Orchid. HEX triplet: A6, 31 and CF. RGB value is (166,49,207). Sum of RGB (Red+Green+Blue) = 166+49+207=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #A631CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631CF is #59CE30. Grayscale: #656565. Windows color (decimal): -5885489 or 13578662. OLE color: 13578662.
HSL color Cylindrical-coordinate representation of color #A631CF: hue angle of 284.43º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A631CF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 49 | 207 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.19 |
| HSL | 284.43º | 0.62% | 0.5% | - |
| HSV(B) | 284.43º | 0.76% | 0.81% | - |
| XYZ | 28.09 | 14.81 | 60.41 | - |
| YUV | 102 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 207 | 0.20 | 0.76 | 0 | 0.19 | 284.43 | 0.62 | 0.5 |
| Hex | A6 | 31 | CF | 14 | 4C | 0 | 13 | 11C | 3E | 32 |
| Octal | 246 | 61 | 317 | 24 | 114 | 0 | 23 | 434 | 76 | 62 |
| Binary | 10100110 | 110001 | 11001111 | 10100 | 1001100 | 0 | 10011 | 100011100 | 111110 | 110010 |
Color Harmonies of #A631CF
Complementary color
Monochromatic Colors of #A631CF
Black with #A631CF
Text Example
Text Example
White with #A631CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A631CF; }
p { color: rgb(166,49,207); }
H1.HeaderClassName
{
color: #A631CF;
}
.AnyTagClassName
{
color: #A631CF;
}
</style>
background-color css
<style>
a { background-color: #A631CF; }
a { background-color: rgb(166,49,207); }
div.DivClassName
{
background-color: #A631CF;
}
.BgClassName
{
background-color: #A631CF;
}
</style>
border-color css
<style>
span { border-color: #A631CF; }
span { border-color: rgb(166,49,207); }
td.TdClassName
{
border-color: #A631CF;
}
.TagClassName
{
border-color: #A631CF;
}
</style>