Shades of Dark Orchid #A735B8
Tints of Dark Orchid #A735B8
RGB
CMYK
RGB Variations
Color information
#A735B8 (or 0xA735B8) is known color: Dark Orchid. HEX triplet: A7, 35 and B8. RGB value is (167,53,184). Sum of RGB (Red+Green+Blue) = 167+53+184=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #A735B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735B8 is #58CA47. Grayscale: #656565. Windows color (decimal): -5818952 or 12072359. OLE color: 12072359.
HSL color Cylindrical-coordinate representation of color #A735B8: hue angle of 292.21º 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 #A735B8 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 53 | 184 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.28 |
| HSL | 292.21º | 0.55% | 0.46% | - |
| HSV(B) | 292.21º | 0.71% | 0.72% | - |
| XYZ | 25.86 | 14.22 | 46.73 | - |
| YUV | 102.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 184 | 0.09 | 0.71 | 0 | 0.28 | 292.21 | 0.55 | 0.46 |
| Hex | A7 | 35 | B8 | 9 | 47 | 0 | 1C | 124 | 37 | 2E |
| Octal | 247 | 65 | 270 | 11 | 107 | 0 | 34 | 444 | 67 | 56 |
| Binary | 10100111 | 110101 | 10111000 | 1001 | 1000111 | 0 | 11100 | 100100100 | 110111 | 101110 |
Color Harmonies of #A735B8
Complementary color
Monochromatic Colors of #A735B8
Black with #A735B8
Text Example
Text Example
White with #A735B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A735B8; }
p { color: rgb(167,53,184); }
H1.HeaderClassName
{
color: #A735B8;
}
.AnyTagClassName
{
color: #A735B8;
}
</style>
background-color css
<style>
a { background-color: #A735B8; }
a { background-color: rgb(167,53,184); }
div.DivClassName
{
background-color: #A735B8;
}
.BgClassName
{
background-color: #A735B8;
}
</style>
border-color css
<style>
span { border-color: #A735B8; }
span { border-color: rgb(167,53,184); }
td.TdClassName
{
border-color: #A735B8;
}
.TagClassName
{
border-color: #A735B8;
}
</style>