Shades of Dark Orchid #A635CF
Tints of Dark Orchid #A635CF
RGB
CMYK
RGB Variations
Color information
#A635CF (or 0xA635CF) is known color: Dark Orchid. HEX triplet: A6, 35 and CF. RGB value is (166,53,207). Sum of RGB (Red+Green+Blue) = 166+53+207=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #A635CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A635CF is #59CA30. Grayscale: #676767. Windows color (decimal): -5884465 or 13579686. OLE color: 13579686.
HSL color Cylindrical-coordinate representation of color #A635CF: hue angle of 284.03º degrees, saturation: 0.62, 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 #A635CF is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 53 | 207 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.19 |
| HSL | 284.03º | 0.62% | 0.51% | - |
| HSV(B) | 284.03º | 0.74% | 0.81% | - |
| XYZ | 28.26 | 15.16 | 60.47 | - |
| YUV | 104.34 | 185.94 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 207 | 0.20 | 0.74 | 0 | 0.19 | 284.03 | 0.62 | 0.51 |
| Hex | A6 | 35 | CF | 14 | 4A | 0 | 13 | 11C | 3E | 33 |
| Octal | 246 | 65 | 317 | 24 | 112 | 0 | 23 | 434 | 76 | 63 |
| Binary | 10100110 | 110101 | 11001111 | 10100 | 1001010 | 0 | 10011 | 100011100 | 111110 | 110011 |
Color Harmonies of #A635CF
Complementary color
Monochromatic Colors of #A635CF
Black with #A635CF
Text Example
Text Example
White with #A635CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A635CF; }
p { color: rgb(166,53,207); }
H1.HeaderClassName
{
color: #A635CF;
}
.AnyTagClassName
{
color: #A635CF;
}
</style>
background-color css
<style>
a { background-color: #A635CF; }
a { background-color: rgb(166,53,207); }
div.DivClassName
{
background-color: #A635CF;
}
.BgClassName
{
background-color: #A635CF;
}
</style>
border-color css
<style>
span { border-color: #A635CF; }
span { border-color: rgb(166,53,207); }
td.TdClassName
{
border-color: #A635CF;
}
.TagClassName
{
border-color: #A635CF;
}
</style>