Shades of Dark Orchid #A735BC
Tints of Dark Orchid #A735BC
RGB
CMYK
RGB Variations
Color information
#A735BC (or 0xA735BC) is known color: Dark Orchid. HEX triplet: A7, 35 and BC. RGB value is (167,53,188). Sum of RGB (Red+Green+Blue) = 167+53+188=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #A735BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735BC is #58CA43. Grayscale: #666666. Windows color (decimal): -5818948 or 12334503. OLE color: 12334503.
HSL color Cylindrical-coordinate representation of color #A735BC: hue angle of 290.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A735BC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 53 | 188 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.26 |
| HSL | 290.67º | 0.56% | 0.47% | - |
| HSV(B) | 290.67º | 0.72% | 0.74% | - |
| XYZ | 26.29 | 14.39 | 48.97 | - |
| YUV | 102.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 188 | 0.11 | 0.72 | 0 | 0.26 | 290.67 | 0.56 | 0.47 |
| Hex | A7 | 35 | BC | B | 48 | 0 | 1A | 123 | 38 | 2F |
| Octal | 247 | 65 | 274 | 13 | 110 | 0 | 32 | 443 | 70 | 57 |
| Binary | 10100111 | 110101 | 10111100 | 1011 | 1001000 | 0 | 11010 | 100100011 | 111000 | 101111 |
Color Harmonies of #A735BC
Complementary color
Monochromatic Colors of #A735BC
Black with #A735BC
Text Example
Text Example
White with #A735BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A735BC; }
p { color: rgb(167,53,188); }
H1.HeaderClassName
{
color: #A735BC;
}
.AnyTagClassName
{
color: #A735BC;
}
</style>
background-color css
<style>
a { background-color: #A735BC; }
a { background-color: rgb(167,53,188); }
div.DivClassName
{
background-color: #A735BC;
}
.BgClassName
{
background-color: #A735BC;
}
</style>
border-color css
<style>
span { border-color: #A735BC; }
span { border-color: rgb(167,53,188); }
td.TdClassName
{
border-color: #A735BC;
}
.TagClassName
{
border-color: #A735BC;
}
</style>