Shades of Dark Orchid #A631C2
Tints of Dark Orchid #A631C2
RGB
CMYK
RGB Variations
Color information
#A631C2 (or 0xA631C2) is known color: Dark Orchid. HEX triplet: A6, 31 and C2. RGB value is (166,49,194). Sum of RGB (Red+Green+Blue) = 166+49+194=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #A631C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631C2 is #59CE3D. Grayscale: #646464. Windows color (decimal): -5885502 or 12726694. OLE color: 12726694.
HSL color Cylindrical-coordinate representation of color #A631C2: hue angle of 288.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A631C2 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 49 | 194 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.24 |
| HSL | 288.41º | 0.6% | 0.48% | - |
| HSV(B) | 288.41º | 0.75% | 0.76% | - |
| XYZ | 26.56 | 14.2 | 52.38 | - |
| YUV | 100.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 194 | 0.14 | 0.75 | 0 | 0.24 | 288.41 | 0.6 | 0.48 |
| Hex | A6 | 31 | C2 | E | 4B | 0 | 18 | 120 | 3C | 30 |
| Octal | 246 | 61 | 302 | 16 | 113 | 0 | 30 | 440 | 74 | 60 |
| Binary | 10100110 | 110001 | 11000010 | 1110 | 1001011 | 0 | 11000 | 100100000 | 111100 | 110000 |
Color Harmonies of #A631C2
Complementary color
Monochromatic Colors of #A631C2
Black with #A631C2
Text Example
Text Example
White with #A631C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A631C2; }
p { color: rgb(166,49,194); }
H1.HeaderClassName
{
color: #A631C2;
}
.AnyTagClassName
{
color: #A631C2;
}
</style>
background-color css
<style>
a { background-color: #A631C2; }
a { background-color: rgb(166,49,194); }
div.DivClassName
{
background-color: #A631C2;
}
.BgClassName
{
background-color: #A631C2;
}
</style>
border-color css
<style>
span { border-color: #A631C2; }
span { border-color: rgb(166,49,194); }
td.TdClassName
{
border-color: #A631C2;
}
.TagClassName
{
border-color: #A631C2;
}
</style>