Shades of Dark Orchid #A035B0
Tints of Dark Orchid #A035B0
RGB
CMYK
RGB Variations
Color information
#A035B0 (or 0xA035B0) is known color: Dark Orchid. HEX triplet: A0, 35 and B0. RGB value is (160,53,176). Sum of RGB (Red+Green+Blue) = 160+53+176=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #A035B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A035B0 is #5FCA4F. Grayscale: #626262. Windows color (decimal): -6277712 or 11548064. OLE color: 11548064.
HSL color Cylindrical-coordinate representation of color #A035B0: hue angle of 292.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A035B0 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 53 | 176 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.31 |
| HSL | 292.2º | 0.54% | 0.45% | - |
| HSV(B) | 292.2º | 0.7% | 0.69% | - |
| XYZ | 23.61 | 13.15 | 42.37 | - |
| YUV | 99.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 176 | 0.09 | 0.70 | 0 | 0.31 | 292.2 | 0.54 | 0.45 |
| Hex | A0 | 35 | B0 | 9 | 46 | 0 | 1F | 124 | 36 | 2D |
| Octal | 240 | 65 | 260 | 11 | 106 | 0 | 37 | 444 | 66 | 55 |
| Binary | 10100000 | 110101 | 10110000 | 1001 | 1000110 | 0 | 11111 | 100100100 | 110110 | 101101 |
Color Harmonies of #A035B0
Complementary color
Monochromatic Colors of #A035B0
Black with #A035B0
Text Example
Text Example
White with #A035B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A035B0; }
p { color: rgb(160,53,176); }
H1.HeaderClassName
{
color: #A035B0;
}
.AnyTagClassName
{
color: #A035B0;
}
</style>
background-color css
<style>
a { background-color: #A035B0; }
a { background-color: rgb(160,53,176); }
div.DivClassName
{
background-color: #A035B0;
}
.BgClassName
{
background-color: #A035B0;
}
</style>
border-color css
<style>
span { border-color: #A035B0; }
span { border-color: rgb(160,53,176); }
td.TdClassName
{
border-color: #A035B0;
}
.TagClassName
{
border-color: #A035B0;
}
</style>