Shades of Dark Orchid #A635BC
Tints of Dark Orchid #A635BC
RGB
CMYK
RGB Variations
Color information
#A635BC (or 0xA635BC) is known color: Dark Orchid. HEX triplet: A6, 35 and BC. RGB value is (166,53,188). Sum of RGB (Red+Green+Blue) = 166+53+188=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #A635BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A635BC is #59CA43. Grayscale: #656565. Windows color (decimal): -5884484 or 12334502. OLE color: 12334502.
HSL color Cylindrical-coordinate representation of color #A635BC: hue angle of 290.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A635BC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 53 | 188 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.26 |
| HSL | 290.22º | 0.56% | 0.47% | - |
| HSV(B) | 290.22º | 0.72% | 0.74% | - |
| XYZ | 26.08 | 14.28 | 48.96 | - |
| YUV | 102.18 | 176.44 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 188 | 0.12 | 0.72 | 0 | 0.26 | 290.22 | 0.56 | 0.47 |
| Hex | A6 | 35 | BC | C | 48 | 0 | 1A | 122 | 38 | 2F |
| Octal | 246 | 65 | 274 | 14 | 110 | 0 | 32 | 442 | 70 | 57 |
| Binary | 10100110 | 110101 | 10111100 | 1100 | 1001000 | 0 | 11010 | 100100010 | 111000 | 101111 |
Color Harmonies of #A635BC
Complementary color
Monochromatic Colors of #A635BC
Black with #A635BC
Text Example
Text Example
White with #A635BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A635BC; }
p { color: rgb(166,53,188); }
H1.HeaderClassName
{
color: #A635BC;
}
.AnyTagClassName
{
color: #A635BC;
}
</style>
background-color css
<style>
a { background-color: #A635BC; }
a { background-color: rgb(166,53,188); }
div.DivClassName
{
background-color: #A635BC;
}
.BgClassName
{
background-color: #A635BC;
}
</style>
border-color css
<style>
span { border-color: #A635BC; }
span { border-color: rgb(166,53,188); }
td.TdClassName
{
border-color: #A635BC;
}
.TagClassName
{
border-color: #A635BC;
}
</style>