Shades of Dark Orchid #A834B7
Tints of Dark Orchid #A834B7
RGB
CMYK
RGB Variations
Color information
#A834B7 (or 0xA834B7) is known color: Dark Orchid. HEX triplet: A8, 34 and B7. RGB value is (168,52,183). Sum of RGB (Red+Green+Blue) = 168+52+183=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #A834B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A834B7 is #57CB48. Grayscale: #656565. Windows color (decimal): -5753673 or 12006568. OLE color: 12006568.
HSL color Cylindrical-coordinate representation of color #A834B7: hue angle of 293.13º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A834B7 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 52 | 183 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.28 |
| HSL | 293.13º | 0.56% | 0.46% | - |
| HSV(B) | 293.13º | 0.72% | 0.72% | - |
| XYZ | 25.92 | 14.2 | 46.17 | - |
| YUV | 101.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 183 | 0.08 | 0.72 | 0 | 0.28 | 293.13 | 0.56 | 0.46 |
| Hex | A8 | 34 | B7 | 8 | 48 | 0 | 1C | 125 | 38 | 2E |
| Octal | 250 | 64 | 267 | 10 | 110 | 0 | 34 | 445 | 70 | 56 |
| Binary | 10101000 | 110100 | 10110111 | 1000 | 1001000 | 0 | 11100 | 100100101 | 111000 | 101110 |
Color Harmonies of #A834B7
Complementary color
Monochromatic Colors of #A834B7
Black with #A834B7
Text Example
Text Example
White with #A834B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A834B7; }
p { color: rgb(168,52,183); }
H1.HeaderClassName
{
color: #A834B7;
}
.AnyTagClassName
{
color: #A834B7;
}
</style>
background-color css
<style>
a { background-color: #A834B7; }
a { background-color: rgb(168,52,183); }
div.DivClassName
{
background-color: #A834B7;
}
.BgClassName
{
background-color: #A834B7;
}
</style>
border-color css
<style>
span { border-color: #A834B7; }
span { border-color: rgb(168,52,183); }
td.TdClassName
{
border-color: #A834B7;
}
.TagClassName
{
border-color: #A834B7;
}
</style>