Shades of Dark Orchid #A735C8
Tints of Dark Orchid #A735C8
RGB
CMYK
RGB Variations
Color information
#A735C8 (or 0xA735C8) is known color: Dark Orchid. HEX triplet: A7, 35 and C8. RGB value is (167,53,200). Sum of RGB (Red+Green+Blue) = 167+53+200=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #A735C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735C8 is #58CA37. Grayscale: #676767. Windows color (decimal): -5818936 or 13120935. OLE color: 13120935.
HSL color Cylindrical-coordinate representation of color #A735C8: hue angle of 286.53º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A735C8 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 53 | 200 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.22 |
| HSL | 286.53º | 0.58% | 0.5% | - |
| HSV(B) | 286.53º | 0.74% | 0.78% | - |
| XYZ | 27.63 | 14.93 | 56.07 | - |
| YUV | 103.84 | 182.27 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 200 | 0.16 | 0.74 | 0 | 0.22 | 286.53 | 0.58 | 0.5 |
| Hex | A7 | 35 | C8 | 10 | 4A | 0 | 16 | 11F | 3A | 32 |
| Octal | 247 | 65 | 310 | 20 | 112 | 0 | 26 | 437 | 72 | 62 |
| Binary | 10100111 | 110101 | 11001000 | 10000 | 1001010 | 0 | 10110 | 100011111 | 111010 | 110010 |
Color Harmonies of #A735C8
Complementary color
Monochromatic Colors of #A735C8
Black with #A735C8
Text Example
Text Example
White with #A735C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A735C8; }
p { color: rgb(167,53,200); }
H1.HeaderClassName
{
color: #A735C8;
}
.AnyTagClassName
{
color: #A735C8;
}
</style>
background-color css
<style>
a { background-color: #A735C8; }
a { background-color: rgb(167,53,200); }
div.DivClassName
{
background-color: #A735C8;
}
.BgClassName
{
background-color: #A735C8;
}
</style>
border-color css
<style>
span { border-color: #A735C8; }
span { border-color: rgb(167,53,200); }
td.TdClassName
{
border-color: #A735C8;
}
.TagClassName
{
border-color: #A735C8;
}
</style>