Shades of Dark Orchid #A635CD
Tints of Dark Orchid #A635CD
RGB
CMYK
RGB Variations
Color information
#A635CD (or 0xA635CD) is known color: Dark Orchid. HEX triplet: A6, 35 and CD. RGB value is (166,53,205). Sum of RGB (Red+Green+Blue) = 166+53+205=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #A635CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A635CD is #59CA32. Grayscale: #676767. Windows color (decimal): -5884467 or 13448614. OLE color: 13448614.
HSL color Cylindrical-coordinate representation of color #A635CD: hue angle of 284.61º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A635CD is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 53 | 205 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.20 |
| HSL | 284.61º | 0.6% | 0.51% | - |
| HSV(B) | 284.61º | 0.74% | 0.8% | - |
| XYZ | 28.02 | 15.06 | 59.19 | - |
| YUV | 104.12 | 184.94 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 205 | 0.19 | 0.74 | 0 | 0.20 | 284.61 | 0.6 | 0.51 |
| Hex | A6 | 35 | CD | 13 | 4A | 0 | 14 | 11D | 3C | 33 |
| Octal | 246 | 65 | 315 | 23 | 112 | 0 | 24 | 435 | 74 | 63 |
| Binary | 10100110 | 110101 | 11001101 | 10011 | 1001010 | 0 | 10100 | 100011101 | 111100 | 110011 |
Color Harmonies of #A635CD
Complementary color
Monochromatic Colors of #A635CD
Black with #A635CD
Text Example
Text Example
White with #A635CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A635CD; }
p { color: rgb(166,53,205); }
H1.HeaderClassName
{
color: #A635CD;
}
.AnyTagClassName
{
color: #A635CD;
}
</style>
background-color css
<style>
a { background-color: #A635CD; }
a { background-color: rgb(166,53,205); }
div.DivClassName
{
background-color: #A635CD;
}
.BgClassName
{
background-color: #A635CD;
}
</style>
border-color css
<style>
span { border-color: #A635CD; }
span { border-color: rgb(166,53,205); }
td.TdClassName
{
border-color: #A635CD;
}
.TagClassName
{
border-color: #A635CD;
}
</style>