Shades of Dark Orchid #A035C6
Tints of Dark Orchid #A035C6
RGB
CMYK
RGB Variations
Color information
#A035C6 (or 0xA035C6) is known color: Dark Orchid. HEX triplet: A0, 35 and C6. RGB value is (160,53,198). Sum of RGB (Red+Green+Blue) = 160+53+198=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #A035C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035C6 is #5FCA39. Grayscale: #656565. Windows color (decimal): -6277690 or 12989856. OLE color: 12989856.
HSL color Cylindrical-coordinate representation of color #A035C6: hue angle of 284.28º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A035C6 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 53 | 198 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.22 |
| HSL | 284.28º | 0.58% | 0.49% | - |
| HSV(B) | 284.28º | 0.73% | 0.78% | - |
| XYZ | 25.96 | 14.1 | 54.78 | - |
| YUV | 101.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 198 | 0.19 | 0.73 | 0 | 0.22 | 284.28 | 0.58 | 0.49 |
| Hex | A0 | 35 | C6 | 13 | 49 | 0 | 16 | 11C | 3A | 31 |
| Octal | 240 | 65 | 306 | 23 | 111 | 0 | 26 | 434 | 72 | 61 |
| Binary | 10100000 | 110101 | 11000110 | 10011 | 1001001 | 0 | 10110 | 100011100 | 111010 | 110001 |
Color Harmonies of #A035C6
Complementary color
Monochromatic Colors of #A035C6
Black with #A035C6
Text Example
Text Example
White with #A035C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A035C6; }
p { color: rgb(160,53,198); }
H1.HeaderClassName
{
color: #A035C6;
}
.AnyTagClassName
{
color: #A035C6;
}
</style>
background-color css
<style>
a { background-color: #A035C6; }
a { background-color: rgb(160,53,198); }
div.DivClassName
{
background-color: #A035C6;
}
.BgClassName
{
background-color: #A035C6;
}
</style>
border-color css
<style>
span { border-color: #A035C6; }
span { border-color: rgb(160,53,198); }
td.TdClassName
{
border-color: #A035C6;
}
.TagClassName
{
border-color: #A035C6;
}
</style>