Shades of Dark Orchid #A635CE
Tints of Dark Orchid #A635CE
RGB
CMYK
RGB Variations
Color information
#A635CE (or 0xA635CE) is known color: Dark Orchid. HEX triplet: A6, 35 and CE. RGB value is (166,53,206). Sum of RGB (Red+Green+Blue) = 166+53+206=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #A635CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A635CE is #59CA31. Grayscale: #676767. Windows color (decimal): -5884466 or 13514150. OLE color: 13514150.
HSL color Cylindrical-coordinate representation of color #A635CE: hue angle of 284.31º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A635CE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 53 | 206 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.19 |
| HSL | 284.31º | 0.61% | 0.51% | - |
| HSV(B) | 284.31º | 0.74% | 0.81% | - |
| XYZ | 28.14 | 15.11 | 59.83 | - |
| YUV | 104.23 | 185.44 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 206 | 0.19 | 0.74 | 0 | 0.19 | 284.31 | 0.61 | 0.51 |
| Hex | A6 | 35 | CE | 13 | 4A | 0 | 13 | 11C | 3D | 33 |
| Octal | 246 | 65 | 316 | 23 | 112 | 0 | 23 | 434 | 75 | 63 |
| Binary | 10100110 | 110101 | 11001110 | 10011 | 1001010 | 0 | 10011 | 100011100 | 111101 | 110011 |
Color Harmonies of #A635CE
Complementary color
Monochromatic Colors of #A635CE
Black with #A635CE
Text Example
Text Example
White with #A635CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A635CE; }
p { color: rgb(166,53,206); }
H1.HeaderClassName
{
color: #A635CE;
}
.AnyTagClassName
{
color: #A635CE;
}
</style>
background-color css
<style>
a { background-color: #A635CE; }
a { background-color: rgb(166,53,206); }
div.DivClassName
{
background-color: #A635CE;
}
.BgClassName
{
background-color: #A635CE;
}
</style>
border-color css
<style>
span { border-color: #A635CE; }
span { border-color: rgb(166,53,206); }
td.TdClassName
{
border-color: #A635CE;
}
.TagClassName
{
border-color: #A635CE;
}
</style>