Shades of Dark Orchid #A645C8
Tints of Dark Orchid #A645C8
RGB
CMYK
RGB Variations
Color information
#A645C8 (or 0xA645C8) is known color: Dark Orchid. HEX triplet: A6, 45 and C8. RGB value is (166,69,200). Sum of RGB (Red+Green+Blue) = 166+69+200=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #A645C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645C8 is #59BA37. Grayscale: #707070. Windows color (decimal): -5880376 or 13125030. OLE color: 13125030.
HSL color Cylindrical-coordinate representation of color #A645C8: hue angle of 284.43º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A645C8 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 69 | 200 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.22 |
| HSL | 284.43º | 0.54% | 0.53% | - |
| HSV(B) | 284.43º | 0.66% | 0.78% | - |
| XYZ | 28.28 | 16.53 | 56.34 | - |
| YUV | 112.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 200 | 0.17 | 0.66 | 0 | 0.22 | 284.43 | 0.54 | 0.53 |
| Hex | A6 | 45 | C8 | 11 | 42 | 0 | 16 | 11C | 36 | 35 |
| Octal | 246 | 105 | 310 | 21 | 102 | 0 | 26 | 434 | 66 | 65 |
| Binary | 10100110 | 1000101 | 11001000 | 10001 | 1000010 | 0 | 10110 | 100011100 | 110110 | 110101 |
Color Harmonies of #A645C8
Complementary color
Monochromatic Colors of #A645C8
Black with #A645C8
Text Example
Text Example
White with #A645C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A645C8; }
p { color: rgb(166,69,200); }
H1.HeaderClassName
{
color: #A645C8;
}
.AnyTagClassName
{
color: #A645C8;
}
</style>
background-color css
<style>
a { background-color: #A645C8; }
a { background-color: rgb(166,69,200); }
div.DivClassName
{
background-color: #A645C8;
}
.BgClassName
{
background-color: #A645C8;
}
</style>
border-color css
<style>
span { border-color: #A645C8; }
span { border-color: rgb(166,69,200); }
td.TdClassName
{
border-color: #A645C8;
}
.TagClassName
{
border-color: #A645C8;
}
</style>