Shades of Dark Orchid #A635DF
Tints of Dark Orchid #A635DF
RGB
CMYK
RGB Variations
Color information
#A635DF (or 0xA635DF) is known color: Dark Orchid. HEX triplet: A6, 35 and DF. RGB value is (166,53,223). Sum of RGB (Red+Green+Blue) = 166+53+223=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #A635DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A635DF is #59CA20. Grayscale: #696969. Windows color (decimal): -5884449 or 14628262. OLE color: 14628262.
HSL color Cylindrical-coordinate representation of color #A635DF: hue angle of 279.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A635DF is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 53 | 223 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.13 |
| HSL | 279.88º | 0.73% | 0.54% | - |
| HSV(B) | 279.88º | 0.76% | 0.87% | - |
| XYZ | 30.32 | 15.98 | 71.3 | - |
| YUV | 106.17 | 193.94 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 223 | 0.26 | 0.76 | 0 | 0.13 | 279.88 | 0.73 | 0.54 |
| Hex | A6 | 35 | DF | 1A | 4C | 0 | D | 118 | 49 | 36 |
| Octal | 246 | 65 | 337 | 32 | 114 | 0 | 15 | 430 | 111 | 66 |
| Binary | 10100110 | 110101 | 11011111 | 11010 | 1001100 | 0 | 1101 | 100011000 | 1001001 | 110110 |
Color Harmonies of #A635DF
Complementary color
Monochromatic Colors of #A635DF
Black with #A635DF
Text Example
Text Example
White with #A635DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A635DF; }
p { color: rgb(166,53,223); }
H1.HeaderClassName
{
color: #A635DF;
}
.AnyTagClassName
{
color: #A635DF;
}
</style>
background-color css
<style>
a { background-color: #A635DF; }
a { background-color: rgb(166,53,223); }
div.DivClassName
{
background-color: #A635DF;
}
.BgClassName
{
background-color: #A635DF;
}
</style>
border-color css
<style>
span { border-color: #A635DF; }
span { border-color: rgb(166,53,223); }
td.TdClassName
{
border-color: #A635DF;
}
.TagClassName
{
border-color: #A635DF;
}
</style>