Shades of Dark Orchid #A635C0
Tints of Dark Orchid #A635C0
RGB
CMYK
RGB Variations
Color information
#A635C0 (or 0xA635C0) is known color: Dark Orchid. HEX triplet: A6, 35 and C0. RGB value is (166,53,192). Sum of RGB (Red+Green+Blue) = 166+53+192=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #A635C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A635C0 is #59CA3F. Grayscale: #666666. Windows color (decimal): -5884480 or 12596646. OLE color: 12596646.
HSL color Cylindrical-coordinate representation of color #A635C0: hue angle of 288.78º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A635C0 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 53 | 192 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.25 |
| HSL | 288.78º | 0.57% | 0.48% | - |
| HSV(B) | 288.78º | 0.72% | 0.75% | - |
| XYZ | 26.51 | 14.46 | 51.26 | - |
| YUV | 102.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 192 | 0.14 | 0.72 | 0 | 0.25 | 288.78 | 0.57 | 0.48 |
| Hex | A6 | 35 | C0 | E | 48 | 0 | 19 | 121 | 39 | 30 |
| Octal | 246 | 65 | 300 | 16 | 110 | 0 | 31 | 441 | 71 | 60 |
| Binary | 10100110 | 110101 | 11000000 | 1110 | 1001000 | 0 | 11001 | 100100001 | 111001 | 110000 |
Color Harmonies of #A635C0
Complementary color
Monochromatic Colors of #A635C0
Black with #A635C0
Text Example
Text Example
White with #A635C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A635C0; }
p { color: rgb(166,53,192); }
H1.HeaderClassName
{
color: #A635C0;
}
.AnyTagClassName
{
color: #A635C0;
}
</style>
background-color css
<style>
a { background-color: #A635C0; }
a { background-color: rgb(166,53,192); }
div.DivClassName
{
background-color: #A635C0;
}
.BgClassName
{
background-color: #A635C0;
}
</style>
border-color css
<style>
span { border-color: #A635C0; }
span { border-color: rgb(166,53,192); }
td.TdClassName
{
border-color: #A635C0;
}
.TagClassName
{
border-color: #A635C0;
}
</style>