Shades of Dark Orchid #A835B7
Tints of Dark Orchid #A835B7
RGB
CMYK
RGB Variations
Color information
#A835B7 (or 0xA835B7) is known color: Dark Orchid. HEX triplet: A8, 35 and B7. RGB value is (168,53,183). Sum of RGB (Red+Green+Blue) = 168+53+183=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 183 - color contains mainly: blue. Hex color #A835B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835B7 is #57CA48. Grayscale: #656565. Windows color (decimal): -5753417 or 12006824. OLE color: 12006824.
HSL color Cylindrical-coordinate representation of color #A835B7: hue angle of 293.08º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A835B7 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 53 | 183 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.28 |
| HSL | 293.08º | 0.55% | 0.46% | - |
| HSV(B) | 293.08º | 0.71% | 0.72% | - |
| XYZ | 25.97 | 14.29 | 46.19 | - |
| YUV | 102.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 183 | 0.08 | 0.71 | 0 | 0.28 | 293.08 | 0.55 | 0.46 |
| Hex | A8 | 35 | B7 | 8 | 47 | 0 | 1C | 125 | 37 | 2E |
| Octal | 250 | 65 | 267 | 10 | 107 | 0 | 34 | 445 | 67 | 56 |
| Binary | 10101000 | 110101 | 10110111 | 1000 | 1000111 | 0 | 11100 | 100100101 | 110111 | 101110 |
Color Harmonies of #A835B7
Complementary color
Monochromatic Colors of #A835B7
Black with #A835B7
Text Example
Text Example
White with #A835B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835B7; }
p { color: rgb(168,53,183); }
H1.HeaderClassName
{
color: #A835B7;
}
.AnyTagClassName
{
color: #A835B7;
}
</style>
background-color css
<style>
a { background-color: #A835B7; }
a { background-color: rgb(168,53,183); }
div.DivClassName
{
background-color: #A835B7;
}
.BgClassName
{
background-color: #A835B7;
}
</style>
border-color css
<style>
span { border-color: #A835B7; }
span { border-color: rgb(168,53,183); }
td.TdClassName
{
border-color: #A835B7;
}
.TagClassName
{
border-color: #A835B7;
}
</style>