Shades of Dark Orchid #A746CB
Tints of Dark Orchid #A746CB
RGB
CMYK
RGB Variations
Color information
#A746CB (or 0xA746CB) is known color: Dark Orchid. HEX triplet: A7, 46 and CB. RGB value is (167,70,203). Sum of RGB (Red+Green+Blue) = 167+70+203=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #A746CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746CB is #58B934. Grayscale: #717171. Windows color (decimal): -5814581 or 13321895. OLE color: 13321895.
HSL color Cylindrical-coordinate representation of color #A746CB: hue angle of 283.76º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A746CB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 70 | 203 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.20 |
| HSL | 283.76º | 0.56% | 0.54% | - |
| HSV(B) | 283.76º | 0.66% | 0.8% | - |
| XYZ | 28.91 | 16.91 | 58.24 | - |
| YUV | 114.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 203 | 0.18 | 0.66 | 0 | 0.20 | 283.76 | 0.56 | 0.54 |
| Hex | A7 | 46 | CB | 12 | 42 | 0 | 14 | 11C | 38 | 36 |
| Octal | 247 | 106 | 313 | 22 | 102 | 0 | 24 | 434 | 70 | 66 |
| Binary | 10100111 | 1000110 | 11001011 | 10010 | 1000010 | 0 | 10100 | 100011100 | 111000 | 110110 |
Color Harmonies of #A746CB
Complementary color
Monochromatic Colors of #A746CB
Black with #A746CB
Text Example
Text Example
White with #A746CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A746CB; }
p { color: rgb(167,70,203); }
H1.HeaderClassName
{
color: #A746CB;
}
.AnyTagClassName
{
color: #A746CB;
}
</style>
background-color css
<style>
a { background-color: #A746CB; }
a { background-color: rgb(167,70,203); }
div.DivClassName
{
background-color: #A746CB;
}
.BgClassName
{
background-color: #A746CB;
}
</style>
border-color css
<style>
span { border-color: #A746CB; }
span { border-color: rgb(167,70,203); }
td.TdClassName
{
border-color: #A746CB;
}
.TagClassName
{
border-color: #A746CB;
}
</style>