Shades of Dark Orchid #A627B7
Tints of Dark Orchid #A627B7
RGB
CMYK
RGB Variations
Color information
#A627B7 (or 0xA627B7) is known color: Dark Orchid. HEX triplet: A6, 27 and B7. RGB value is (166,39,183). Sum of RGB (Red+Green+Blue) = 166+39+183=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #A627B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A627B7 is #59D848. Grayscale: #5C5C5C. Windows color (decimal): -5888073 or 12003238. OLE color: 12003238.
HSL color Cylindrical-coordinate representation of color #A627B7: hue angle of 292.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A627B7 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 39 | 183 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.28 |
| HSL | 292.92º | 0.65% | 0.44% | - |
| HSV(B) | 292.92º | 0.79% | 0.72% | - |
| XYZ | 25 | 12.98 | 45.99 | - |
| YUV | 93.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 183 | 0.09 | 0.79 | 0 | 0.28 | 292.92 | 0.65 | 0.44 |
| Hex | A6 | 27 | B7 | 9 | 4F | 0 | 1C | 125 | 41 | 2C |
| Octal | 246 | 47 | 267 | 11 | 117 | 0 | 34 | 445 | 101 | 54 |
| Binary | 10100110 | 100111 | 10110111 | 1001 | 1001111 | 0 | 11100 | 100100101 | 1000001 | 101100 |
Color Harmonies of #A627B7
Complementary color
Monochromatic Colors of #A627B7
Black with #A627B7
Text Example
Text Example
White with #A627B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A627B7; }
p { color: rgb(166,39,183); }
H1.HeaderClassName
{
color: #A627B7;
}
.AnyTagClassName
{
color: #A627B7;
}
</style>
background-color css
<style>
a { background-color: #A627B7; }
a { background-color: rgb(166,39,183); }
div.DivClassName
{
background-color: #A627B7;
}
.BgClassName
{
background-color: #A627B7;
}
</style>
border-color css
<style>
span { border-color: #A627B7; }
span { border-color: rgb(166,39,183); }
td.TdClassName
{
border-color: #A627B7;
}
.TagClassName
{
border-color: #A627B7;
}
</style>